#91115A

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

Shades of Jazzberry Jam #91115A

Tints of Jazzberry Jam #91115A

Color information

#91115A (or 0x91115A) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 11 and 5A. RGB value is (145,17,90). Sum of RGB (Red+Green+Blue) = 145+17+90=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #91115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91115A is #6EEEA5. Grayscale: #3F3F3F. Windows color (decimal): -7270054 or 5902737. OLE color: 5902737.

HSL color Cylindrical-coordinate representation of color #91115A: hue angle of 325.78º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91115A is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1451790-
CMYK00.880.380.43
HSL325.78º79.01%31.76%-
HSV(B)325.78º88.28%56.86%-
XYZ13.727.1610.33-
YUV63.59142.91186.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.54%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=57.54%
G=6.75%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145179000.880.380.43325.7879.0131.76
Hex91115A058262B1464f20
Octal221211320130465350611740
Binary10010001100011011010010110001001101010111010001101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,17,90); }

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

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

 a { background-color: rgb(145,17,90); }

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

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

 span { border-color: rgb(145,17,90); }

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