#900651

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

Shades of Jazzberry Jam #900651

Tints of Jazzberry Jam #900651

Color information

#900651 (or 0x900651) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 06 and 51. RGB value is (144,6,81). Sum of RGB (Red+Green+Blue) = 144+6+81=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #900651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900651 is #6FF9AE. Grayscale: #373737. Windows color (decimal): -7338415 or 5310096. OLE color: 5310096.

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

Color convert

RGB144681-
CMYK00.960.440.44
HSL327.39º92%29.41%-
HSV(B)327.39º95.83%56.47%-
XYZ13.056.658.38-
YUV55.81142.22190.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.34%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=62.34%
G=2.60%
B=35.06%

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
Decimal14468100.960.440.44327.399229.41
Hex906510602C2C1475c1d
Octal22061210140545450713435
Binary10010000110101000101100000101100101100101000111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900651; }

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

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

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

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

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

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

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

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