#910E4D

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

Shades of Jazzberry Jam #910E4D

Tints of Jazzberry Jam #910E4D

Color information

#910E4D (or 0x910E4D) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 0E and 4D. RGB value is (145,14,77). Sum of RGB (Red+Green+Blue) = 145+14+77=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #910E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E4D is #6EF1B2. Grayscale: #3C3C3C. Windows color (decimal): -7270835 or 5050001. OLE color: 5050001.

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

Color convert

RGB1451477-
CMYK00.900.470.43
HSL331.15º82.39%31.18%-
HSV(B)331.15º90.34%56.86%-
XYZ13.176.877.65-
YUV60.35137.4188.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.44%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=61.44%
G=5.93%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145147700.900.470.43331.1582.3931.18
Hex91E4D05A2F2B14b521f
Octal221161150132575351312237
Binary100100011110100110101011010101111101011101001011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,14,77); }

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

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

 a { background-color: rgb(145,14,77); }

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

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

 span { border-color: rgb(145,14,77); }

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