#91125A

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

Shades of Jazzberry Jam #91125A

Tints of Jazzberry Jam #91125A

Color information

#91125A (or 0x91125A) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 12 and 5A. RGB value is (145,18,90). Sum of RGB (Red+Green+Blue) = 145+18+90=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #91125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91125A is #6EEDA5. Grayscale: #404040. Windows color (decimal): -7269798 or 5902993. OLE color: 5902993.

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

Color convert

RGB1451890-
CMYK00.880.380.43
HSL325.98º77.91%31.96%-
HSV(B)325.98º87.59%56.86%-
XYZ13.747.1910.34-
YUV64.18142.58185.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.31%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=57.31%
G=7.11%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145189000.880.380.43325.9877.9131.96
Hex91125A058262B1464e20
Octal221221320130465350611640
Binary10010001100101011010010110001001101010111010001101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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