#910E4F

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

Shades of Jazzberry Jam #910E4F

Tints of Jazzberry Jam #910E4F

Color information

#910E4F (or 0x910E4F) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 0E and 4F. RGB value is (145,14,79). Sum of RGB (Red+Green+Blue) = 145+14+79=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #910E4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E4F is #6EF1B0. Grayscale: #3C3C3C. Windows color (decimal): -7270833 or 5181073. OLE color: 5181073.

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

Color convert

RGB1451479-
CMYK00.900.460.43
HSL330.23º82.39%31.18%-
HSV(B)330.23º90.34%56.86%-
XYZ13.256.98.03-
YUV60.58138.4188.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.92%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=60.92%
G=5.88%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145147900.900.460.43330.2382.3931.18
Hex91E4F05A2E2B14a521f
Octal221161170132565351212237
Binary100100011110100111101011010101110101011101001010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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