#910B51

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

Shades of Jazzberry Jam #910B51

Tints of Jazzberry Jam #910B51

Color information

#910B51 (or 0x910B51) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 0B and 51. RGB value is (145,11,81). Sum of RGB (Red+Green+Blue) = 145+11+81=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #910B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910B51 is #6EF4AE. Grayscale: #3A3A3A. Windows color (decimal): -7271599 or 5311377. OLE color: 5311377.

HSL color Cylindrical-coordinate representation of color #910B51: hue angle of 328.66º 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 #910B51 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB1451181-
CMYK00.920.440.43
HSL328.66º85.9%30.59%-
HSV(B)328.66º92.41%56.86%-
XYZ13.286.858.41-
YUV59.05140.39189.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.18%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 81 (32.03% from 255) = 34.18%
R=61.18%
G=4.64%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145118100.920.440.43328.6685.930.59
Hex91B5105C2C2B149561f
Octal221131210134545351112637
Binary100100011011101000101011100101100101011101001001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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