#920E11

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

Shades of Sangria #920E11

Tints of Sangria #920E11

Color information

#920E11 (or 0x920E11) is unknown color: approx Sangria. HEX triplet: 92, 0E and 11. RGB value is (146,14,17). Sum of RGB (Red+Green+Blue) = 146+14+17=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #920E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920E11 is #6DF1EE. Grayscale: #353535. Windows color (decimal): -7205359 or 1117842. OLE color: 1117842.

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

Color convert

RGB1461417-
CMYK00.900.880.43
HSL358.64º82.5%31.37%-
HSV(B)358.64º90.41%57.25%-
XYZ12.116.471.14-
YUV53.81107.23193.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.49%
GREEN value IS 14 (5.86% from 255) = 7.91%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=82.49%
G=7.91%
B=9.60%

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
Decimal146141700.900.880.43358.6482.531.37
Hex92E1105A582B167521f
Octal222162101321305354712237
Binary10010010111010001010110101011000101011101100111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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