#900A41

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

Shades of Jazzberry Jam #900A41

Tints of Jazzberry Jam #900A41

Color information

#900A41 (or 0x900A41) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 0A and 41. RGB value is (144,10,65). Sum of RGB (Red+Green+Blue) = 144+10+65=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #900A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A41 is #6FF5BE. Grayscale: #383838. Windows color (decimal): -7337407 or 4262544. OLE color: 4262544.

HSL color Cylindrical-coordinate representation of color #900A41: hue angle of 335.37º 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 #900A41 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1441065-
CMYK00.930.550.44
HSL335.37º87.01%30.2%-
HSV(B)335.37º93.06%56.47%-
XYZ12.566.535.6-
YUV56.34132.89190.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.75%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=65.75%
G=4.57%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144106500.930.550.44335.3787.0130.2
Hex90A4105D372C14f571e
Octal220121010135675451712736
Binary100100001010100000101011101110111101100101001111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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