#941459

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

Shades of Jazzberry Jam #941459

Tints of Jazzberry Jam #941459

Color information

#941459 (or 0x941459) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 14 and 59. RGB value is (148,20,89). Sum of RGB (Red+Green+Blue) = 148+20+89=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #941459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941459 is #6BEBA6. Grayscale: #414141. Windows color (decimal): -7072679 or 5837972. OLE color: 5837972.

HSL color Cylindrical-coordinate representation of color #941459: hue angle of 327.66º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941459 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1482089-
CMYK00.860.400.42
HSL327.66º76.19%32.94%-
HSV(B)327.66º86.49%58.04%-
XYZ14.277.5210.15-
YUV66.14140.91186.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 20 (8.20% from 255) = 7.78%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=57.59%
G=7.78%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148208900.860.400.42327.6676.1932.94
Hex941459056282A1484c21
Octal224241310126505251011441
Binary10010100101001011001010101101010001010101010010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941459; }

 p { color: rgb(148,20,89); }

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

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

 a { background-color: rgb(148,20,89); }

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

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

 span { border-color: rgb(148,20,89); }

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