#91115B

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

Shades of Jazzberry Jam #91115B

Tints of Jazzberry Jam #91115B

Color information

#91115B (or 0x91115B) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 11 and 5B. RGB value is (145,17,91). Sum of RGB (Red+Green+Blue) = 145+17+91=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #91115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91115B is #6EEEA4. Grayscale: #3F3F3F. Windows color (decimal): -7270053 or 5968273. OLE color: 5968273.

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

Color convert

RGB1451791-
CMYK00.880.370.43
HSL325.31º79.01%31.76%-
HSV(B)325.31º88.28%56.86%-
XYZ13.777.1810.56-
YUV63.71143.41185.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.31%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=57.31%
G=6.72%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145179100.880.370.43325.3179.0131.76
Hex91115B058252B1454f20
Octal221211330130455350511740
Binary10010001100011011011010110001001011010111010001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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