#901962

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

Shades of Jazzberry Jam #901962

Tints of Jazzberry Jam #901962

Color information

#901962 (or 0x901962) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 19 and 62. RGB value is (144,25,98). Sum of RGB (Red+Green+Blue) = 144+25+98=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #901962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901962 is #6FE69D. Grayscale: #444444. Windows color (decimal): -7333534 or 6429072. OLE color: 6429072.

HSL color Cylindrical-coordinate representation of color #901962: hue angle of 323.19º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901962 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1442598-
CMYK00.830.320.44
HSL323.19º70.41%33.14%-
HSV(B)323.19º82.64%56.47%-
XYZ14.057.5112.26-
YUV68.9144.42181.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.93%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=53.93%
G=9.36%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144259800.830.320.44323.1970.4133.14
Hex901962053202C1434621
Octal220311420123405450310641
Binary10010000110011100010010100111000001011001010000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901962; }

 p { color: rgb(144,25,98); }

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

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

 a { background-color: rgb(144,25,98); }

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

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

 span { border-color: rgb(144,25,98); }

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