#910B52

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

Shades of Jazzberry Jam #910B52

Tints of Jazzberry Jam #910B52

Color information

#910B52 (or 0x910B52) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 0B and 52. RGB value is (145,11,82). Sum of RGB (Red+Green+Blue) = 145+11+82=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #910B52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910B52 is #6EF4AD. Grayscale: #3B3B3B. Windows color (decimal): -7271598 or 5376913. OLE color: 5376913.

HSL color Cylindrical-coordinate representation of color #910B52: hue angle of 328.21º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B52 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB1451182-
CMYK00.920.430.43
HSL328.21º85.9%30.59%-
HSV(B)328.21º92.41%56.86%-
XYZ13.326.878.61-
YUV59.16140.89189.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.92%
GREEN value IS 11 (4.69% from 255) = 4.62%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=60.92%
G=4.62%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145118200.920.430.43328.2185.930.59
Hex91B5205C2B2B148561f
Octal221131220134535351012637
Binary100100011011101001001011100101011101011101001000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910B52; }

 p { color: rgb(145,11,82); }

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

<style>
 a { background-color: #910B52; }

 a { background-color: rgb(145,11,82); }

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

<style>
 span { border-color: #910B52; }

 span { border-color: rgb(145,11,82); }

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