#91175D

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

Shades of Jazzberry Jam #91175D

Tints of Jazzberry Jam #91175D

Color information

#91175D (or 0x91175D) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 17 and 5D. RGB value is (145,23,93). Sum of RGB (Red+Green+Blue) = 145+23+93=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #91175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91175D is #6EE8A2. Grayscale: #434343. Windows color (decimal): -7268515 or 6100881. OLE color: 6100881.

HSL color Cylindrical-coordinate representation of color #91175D: hue angle of 325.57º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91175D is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1452393-
CMYK00.840.360.43
HSL325.57º72.62%32.94%-
HSV(B)325.57º84.14%56.86%-
XYZ13.967.4211.05-
YUV67.46142.42183.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.56%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=55.56%
G=8.81%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145239300.840.360.43325.5772.6232.94
Hex91175D054242B1464921
Octal221271350124445350611141
Binary10010001101111011101010101001001001010111010001101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91175D; }

 p { color: rgb(145,23,93); }

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

<style>
 a { background-color: #91175D; }

 a { background-color: rgb(145,23,93); }

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

<style>
 span { border-color: #91175D; }

 span { border-color: rgb(145,23,93); }

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