#900646

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

Shades of Jazzberry Jam #900646

Tints of Jazzberry Jam #900646

Color information

#900646 (or 0x900646) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 06 and 46. RGB value is (144,6,70). Sum of RGB (Red+Green+Blue) = 144+6+70=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #900646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900646 is #6FF9B9. Grayscale: #363636. Windows color (decimal): -7338426 or 4589200. OLE color: 4589200.

HSL color Cylindrical-coordinate representation of color #900646: hue angle of 332.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900646 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB144670-
CMYK00.960.510.44
HSL332.17º92%29.41%-
HSV(B)332.17º95.83%56.47%-
XYZ12.676.56.38-
YUV54.56136.72191.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.45%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=65.45%
G=2.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14467000.960.510.44332.179229.41
Hex90646060332C14c5c1d
Octal22061060140635451413435
Binary10010000110100011001100000110011101100101001100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900646; }

 p { color: rgb(144,6,70); }

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

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

 a { background-color: rgb(144,6,70); }

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

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

 span { border-color: rgb(144,6,70); }

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