#91125C

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

Shades of Jazzberry Jam #91125C

Tints of Jazzberry Jam #91125C

Color information

#91125C (or 0x91125C) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 12 and 5C. RGB value is (145,18,92). Sum of RGB (Red+Green+Blue) = 145+18+92=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #91125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91125C is #6EEDA3. Grayscale: #404040. Windows color (decimal): -7269796 or 6034065. OLE color: 6034065.

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

Color convert

RGB1451892-
CMYK00.880.370.43
HSL325.04º77.91%31.96%-
HSV(B)325.04º87.59%56.86%-
XYZ13.837.2310.79-
YUV64.41143.58185.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.86%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=56.86%
G=7.06%
B=36.08%

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
Decimal145189200.880.370.43325.0477.9131.96
Hex91125C058252B1454e20
Octal221221340130455350511640
Binary10010001100101011100010110001001011010111010001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,18,92); }

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

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

 a { background-color: rgb(145,18,92); }

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

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

 span { border-color: rgb(145,18,92); }

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