#910e14

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

Shades of Sangria #910E14

Tints of Sangria #910E14

Color information

#910E14 (or 0x910E14) is unknown color: approx Sangria. HEX triplet: 91, 0E and 14. RGB value is (145,14,20). Sum of RGB (Red+Green+Blue) = 145+14+20=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #910E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E14 is #6EF1EB. Grayscale: #353535. Windows color (decimal): -7270892 or 1314449. OLE color: 1314449.

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

Color convert

RGB1451420-
CMYK00.900.860.43
HSL357.25º82.39%31.18%-
HSV(B)357.25º90.34%56.86%-
XYZ11.966.381.26-
YUV53.85108.9193.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 81.01%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=81.01%
G=7.82%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145142000.900.860.43357.2582.3931.18
Hex91E1405A562B165521f
Octal221162401321265354512237
Binary10010001111010100010110101010110101011101100101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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