#940B45

Color #940B45 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #940B45

Tints of Jazzberry Jam #940B45

Color information

#940B45 (or 0x940B45) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0B and 45. RGB value is (148,11,69). Sum of RGB (Red+Green+Blue) = 148+11+69=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #940B45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B45 is #6BF4BA. Grayscale: #3A3A3A. Windows color (decimal): -7075003 or 4524948. OLE color: 4524948.

HSL color Cylindrical-coordinate representation of color #940B45: hue angle of 334.6º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B45 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1481169-
CMYK00.930.530.42
HSL334.6º86.16%31.18%-
HSV(B)334.6º92.57%58.04%-
XYZ13.416.966.27-
YUV58.58133.89191.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 64.91%
GREEN value IS 11 (4.69% from 255) = 4.82%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=64.91%
G=4.82%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148116900.930.530.42334.686.1631.18
Hex94B4505D352A14f561f
Octal224131050135655251712637
Binary100101001011100010101011101110101101010101001111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940B45; }

 p { color: rgb(148,11,69); }

 H1.HeaderClassName
 {
   color: #940B45;
 }
 .AnyTagClassName
 {
   color: #940B45;
 }
</style>
background-color css

<style>
 a { background-color: #940B45; }

 a { background-color: rgb(148,11,69); }

 div.DivClassName
 {
   background-color: #940B45;
 }
 .BgClassName
 {
   background-color: #940B45;
 }
</style>
border-color css

<style>
 span { border-color: #940B45; }

 span { border-color: rgb(148,11,69); }

 td.TdClassName
 {
   border-color: #940B45;
 }
 .TagClassName
 {
   border-color: #940B45;
 }
</style>