#900a4f

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

Shades of Jazzberry Jam #900A4F

Tints of Jazzberry Jam #900A4F

Color information

#900A4F (or 0x900A4F) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 0A and 4F. RGB value is (144,10,79). Sum of RGB (Red+Green+Blue) = 144+10+79=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #900A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A4F is #6FF5B0. Grayscale: #393939. Windows color (decimal): -7337393 or 5180048. OLE color: 5180048.

HSL color Cylindrical-coordinate representation of color #900A4F: hue angle of 329.1º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A4F is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1441079-
CMYK00.930.450.44
HSL329.1º87.01%30.2%-
HSV(B)329.1º93.06%56.47%-
XYZ13.026.718.01-
YUV57.93139.89189.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.80%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=61.80%
G=4.29%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144107900.930.450.44329.187.0130.2
Hex90A4F05D2D2C149571e
Octal220121170135555451112736
Binary100100001010100111101011101101101101100101001001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900a4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900a4f; }

 p { color: rgb(144,10,79); }

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

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

 a { background-color: rgb(144,10,79); }

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

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

 span { border-color: rgb(144,10,79); }

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