#90155B

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

Shades of Jazzberry Jam #90155B

Tints of Jazzberry Jam #90155B

Color information

#90155B (or 0x90155B) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 15 and 5B. RGB value is (144,21,91). Sum of RGB (Red+Green+Blue) = 144+21+91=256 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.25% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 144 - color contains mainly: red. Hex color #90155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90155B is #6FEAA4. Grayscale: #414141. Windows color (decimal): -7334565 or 5969296. OLE color: 5969296.

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

Color convert

RGB1442191-
CMYK00.850.370.44
HSL325.85º74.55%32.35%-
HSV(B)325.85º85.42%56.47%-
XYZ13.667.2210.57-
YUV65.76142.25183.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.25%
GREEN value IS 21 (8.59% from 255) = 8.20%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=56.25%
G=8.20%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144219100.850.370.44325.8574.5532.35
Hex90155B055252C1464b20
Octal220251330125455450611340
Binary10010000101011011011010101011001011011001010001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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