#90155C

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

Shades of Jazzberry Jam #90155C

Tints of Jazzberry Jam #90155C

Color information

#90155C (or 0x90155C) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 15 and 5C. RGB value is (144,21,92). Sum of RGB (Red+Green+Blue) = 144+21+92=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #90155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90155C is #6FEAA3. Grayscale: #414141. Windows color (decimal): -7334564 or 6034832. OLE color: 6034832.

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

Color convert

RGB1442192-
CMYK00.850.360.44
HSL325.37º74.55%32.35%-
HSV(B)325.37º85.42%56.47%-
XYZ13.77.2410.8-
YUV65.87142.75183.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=56.03%
G=8.17%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144219200.850.360.44325.3774.5532.35
Hex90155C055242C1454b20
Octal220251340125445450511340
Binary10010000101011011100010101011001001011001010001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90155C; }

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

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

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

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

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

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

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

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