#900650

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

Shades of Jazzberry Jam #900650

Tints of Jazzberry Jam #900650

Color information

#900650 (or 0x900650) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 06 and 50. RGB value is (144,6,80). Sum of RGB (Red+Green+Blue) = 144+6+80=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #900650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900650 is #6FF9AF. Grayscale: #373737. Windows color (decimal): -7338416 or 5244560. OLE color: 5244560.

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

Color convert

RGB144680-
CMYK00.960.440.44
HSL327.83º92%29.41%-
HSV(B)327.83º95.83%56.47%-
XYZ13.016.648.18-
YUV55.7141.72190.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.61%
GREEN value IS 6 (2.73% from 255) = 2.61%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=62.61%
G=2.61%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14468000.960.440.44327.839229.41
Hex906500602C2C1485c1d
Octal22061200140545451013435
Binary10010000110101000001100000101100101100101001000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900650; }

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

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

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

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

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

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

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

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