#900C4A

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

Shades of Jazzberry Jam #900C4A

Tints of Jazzberry Jam #900C4A

Color information

#900C4A (or 0x900C4A) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 0C and 4A. RGB value is (144,12,74). Sum of RGB (Red+Green+Blue) = 144+12+74=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #900C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900C4A is #6FF3B5. Grayscale: #3A3A3A. Windows color (decimal): -7336886 or 4852880. OLE color: 4852880.

HSL color Cylindrical-coordinate representation of color #900C4A: hue angle of 331.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C4A is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1441274-
CMYK00.920.490.44
HSL331.82º84.62%30.59%-
HSV(B)331.82º91.67%56.47%-
XYZ12.876.697.09-
YUV58.54136.73188.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.61%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=62.61%
G=5.22%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144127400.920.490.44331.8284.6230.59
Hex90C4A05C312C14c551f
Octal220141120134615451412537
Binary100100001100100101001011100110001101100101001100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,12,74); }

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

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

 a { background-color: rgb(144,12,74); }

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

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

 span { border-color: rgb(144,12,74); }

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