#900944

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

Shades of Jazzberry Jam #900944

Tints of Jazzberry Jam #900944

Color information

#900944 (or 0x900944) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 09 and 44. RGB value is (144,9,68). Sum of RGB (Red+Green+Blue) = 144+9+68=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #900944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900944 is #6FF6BB. Grayscale: #373737. Windows color (decimal): -7337660 or 4458896. OLE color: 4458896.

HSL color Cylindrical-coordinate representation of color #900944: hue angle of 333.78º 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 #900944 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB144968-
CMYK00.940.530.44
HSL333.78º88.24%30%-
HSV(B)333.78º93.75%56.47%-
XYZ12.646.546.07-
YUV56.09134.73190.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.16%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=65.16%
G=4.07%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14496800.940.530.44333.7888.2430
Hex9094405E352C14e581e
Octal220111040136655451613036
Binary100100001001100010001011110110101101100101001110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900944; }

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

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

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

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

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

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

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

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