#920E10

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

Shades of Sangria #920E10

Tints of Sangria #920E10

Color information

#920E10 (or 0x920E10) is unknown color: approx Sangria. HEX triplet: 92, 0E and 10. RGB value is (146,14,16). Sum of RGB (Red+Green+Blue) = 146+14+16=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #920E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920E10 is #6DF1EF. Grayscale: #353535. Windows color (decimal): -7205360 or 1052306. OLE color: 1052306.

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

Color convert

RGB1461416-
CMYK00.900.890.43
HSL359.09º82.5%31.37%-
HSV(B)359.09º90.41%57.25%-
XYZ12.16.461.1-
YUV53.7106.73193.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.95%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=82.95%
G=7.95%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146141600.900.890.43359.0982.531.37
Hex92E1005A592B167521f
Octal222162001321315354712237
Binary10010010111010000010110101011001101011101100111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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