#91125B

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

Shades of Jazzberry Jam #91125B

Tints of Jazzberry Jam #91125B

Color information

#91125B (or 0x91125B) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 12 and 5B. RGB value is (145,18,91). Sum of RGB (Red+Green+Blue) = 145+18+91=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #91125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91125B is #6EEDA4. Grayscale: #404040. Windows color (decimal): -7269797 or 5968529. OLE color: 5968529.

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

Color convert

RGB1451891-
CMYK00.880.370.43
HSL325.51º77.91%31.96%-
HSV(B)325.51º87.59%56.86%-
XYZ13.787.2110.56-
YUV64.29143.08185.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.09%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=57.09%
G=7.09%
B=35.83%

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
Decimal145189100.880.370.43325.5177.9131.96
Hex91125B058252B1464e20
Octal221221330130455350611640
Binary10010001100101011011010110001001011010111010001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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