#91125D

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

Shades of Jazzberry Jam #91125D

Tints of Jazzberry Jam #91125D

Color information

#91125D (or 0x91125D) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 12 and 5D. RGB value is (145,18,93). Sum of RGB (Red+Green+Blue) = 145+18+93=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #91125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91125D is #6EEDA2. Grayscale: #404040. Windows color (decimal): -7269795 or 6099601. OLE color: 6099601.

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

Color convert

RGB1451893-
CMYK00.880.360.43
HSL324.57º77.91%31.96%-
HSV(B)324.57º87.59%56.86%-
XYZ13.877.2411.02-
YUV64.52144.08185.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.64%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=56.64%
G=7.03%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145189300.880.360.43324.5777.9131.96
Hex91125D058242B1454e20
Octal221221350130445350511640
Binary10010001100101011101010110001001001010111010001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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