#901560

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

Shades of Jazzberry Jam #901560

Tints of Jazzberry Jam #901560

Color information

#901560 (or 0x901560) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 15 and 60. RGB value is (144,21,96). Sum of RGB (Red+Green+Blue) = 144+21+96=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #901560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901560 is #6FEA9F. Grayscale: #424242. Windows color (decimal): -7334560 or 6296976. OLE color: 6296976.

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

Color convert

RGB1442196-
CMYK00.850.330.44
HSL323.41º74.55%32.35%-
HSV(B)323.41º85.42%56.47%-
XYZ13.887.3111.75-
YUV66.33144.75183.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.17%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=55.17%
G=8.05%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144219600.850.330.44323.4174.5532.35
Hex901560055212C1434b20
Octal220251400125415450311340
Binary10010000101011100000010101011000011011001010000111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901560; }

 p { color: rgb(144,21,96); }

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

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

 a { background-color: rgb(144,21,96); }

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

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

 span { border-color: rgb(144,21,96); }

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