#91125E

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

Shades of Jazzberry Jam #91125E

Tints of Jazzberry Jam #91125E

Color information

#91125E (or 0x91125E) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 12 and 5E. RGB value is (145,18,94). Sum of RGB (Red+Green+Blue) = 145+18+94=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #91125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91125E is #6EEDA1. Grayscale: #404040. Windows color (decimal): -7269794 or 6165137. OLE color: 6165137.

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

Color convert

RGB1451894-
CMYK00.880.350.43
HSL324.09º77.91%31.96%-
HSV(B)324.09º87.59%56.86%-
XYZ13.917.2611.26-
YUV64.64144.58185.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.42%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=56.42%
G=7.00%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145189400.880.350.43324.0977.9131.96
Hex91125E058232B1444e20
Octal221221360130435350411640
Binary10010001100101011110010110001000111010111010001001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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