#910E11

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

Shades of Sangria #910E11

Tints of Sangria #910E11

Color information

#910E11 (or 0x910E11) is unknown color: approx Sangria. HEX triplet: 91, 0E and 11. RGB value is (145,14,17). Sum of RGB (Red+Green+Blue) = 145+14+17=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #910E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E11 is #6EF1EE. Grayscale: #353535. Windows color (decimal): -7270895 or 1117841. OLE color: 1117841.

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

Color convert

RGB1451417-
CMYK00.900.880.43
HSL358.63º82.39%31.18%-
HSV(B)358.63º90.34%56.86%-
XYZ11.946.371.13-
YUV53.51107.4193.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 82.39%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=82.39%
G=7.95%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145141700.900.880.43358.6382.3931.18
Hex91E1105A582B167521f
Octal221162101321305354712237
Binary10010001111010001010110101011000101011101100111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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