#900945

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

Shades of Jazzberry Jam #900945

Tints of Jazzberry Jam #900945

Color information

#900945 (or 0x900945) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 09 and 45. RGB value is (144,9,69). Sum of RGB (Red+Green+Blue) = 144+9+69=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #900945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900945 is #6FF6BA. Grayscale: #383838. Windows color (decimal): -7337659 or 4524432. OLE color: 4524432.

HSL color Cylindrical-coordinate representation of color #900945: hue angle of 333.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900945 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB144969-
CMYK00.940.520.44
HSL333.33º88.24%30%-
HSV(B)333.33º93.75%56.47%-
XYZ12.676.556.23-
YUV56.2135.23190.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64.86%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=64.86%
G=4.05%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14496900.940.520.44333.3388.2430
Hex9094505E342C14d581e
Octal220111050136645451513036
Binary100100001001100010101011110110100101100101001101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900945; }

 p { color: rgb(144,9,69); }

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

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

 a { background-color: rgb(144,9,69); }

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

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

 span { border-color: rgb(144,9,69); }

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