#90185A

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

Shades of Jazzberry Jam #90185A

Tints of Jazzberry Jam #90185A

Color information

#90185A (or 0x90185A) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 18 and 5A. RGB value is (144,24,90). Sum of RGB (Red+Green+Blue) = 144+24+90=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #90185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90185A is #6FE7A5. Grayscale: #434343. Windows color (decimal): -7333798 or 5904528. OLE color: 5904528.

HSL color Cylindrical-coordinate representation of color #90185A: hue angle of 327º degrees, saturation: 0.71, 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 #90185A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1442490-
CMYK00.830.370.44
HSL327º71.43%32.94%-
HSV(B)327º83.33%56.47%-
XYZ13.677.3210.37-
YUV67.4140.76182.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.81%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=55.81%
G=9.30%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144249000.830.370.4432771.4332.94
Hex90185A053252C1474721
Octal220301320123455450710741
Binary10010000110001011010010100111001011011001010001111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90185A; }

 p { color: rgb(144,24,90); }

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

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

 a { background-color: rgb(144,24,90); }

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

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

 span { border-color: rgb(144,24,90); }

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