#900C47

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

Shades of Jazzberry Jam #900C47

Tints of Jazzberry Jam #900C47

Color information

#900C47 (or 0x900C47) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 0C and 47. RGB value is (144,12,71). Sum of RGB (Red+Green+Blue) = 144+12+71=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #900C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900C47 is #6FF3B8. Grayscale: #3A3A3A. Windows color (decimal): -7336889 or 4656272. OLE color: 4656272.

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

Color convert

RGB1441271-
CMYK00.920.510.44
HSL333.18º84.62%30.59%-
HSV(B)333.18º91.67%56.47%-
XYZ12.776.656.57-
YUV58.19135.23189.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.44%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=63.44%
G=5.29%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144127100.920.510.44333.1884.6230.59
Hex90C4705C332C14d551f
Octal220141070134635451512537
Binary100100001100100011101011100110011101100101001101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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