#8D0A13

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

Shades of Sangria #8D0A13

Tints of Sangria #8D0A13

Color information

#8D0A13 (or 0x8D0A13) is unknown color: approx Sangria. HEX triplet: 8D, 0A and 13. RGB value is (141,10,19). Sum of RGB (Red+Green+Blue) = 141+10+19=170 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.94% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0A13 is #72F5EC. Grayscale: #323232. Windows color (decimal): -7534061 or 1247885. OLE color: 1247885.

HSL color Cylindrical-coordinate representation of color #8D0A13: hue angle of 355.88º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A13 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB1411019-
CMYK00.930.870.45
HSL355.88º86.75%29.61%-
HSV(B)355.88º92.91%55.29%-
XYZ11.215.931.17-
YUV50.19110.4192.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 82.94%
GREEN value IS 10 (4.30% from 255) = 5.88%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=82.94%
G=5.88%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141101900.930.870.45355.8886.7529.61
Hex8DA1305D572D164571e
Octal215122301351275554412736
Binary10001101101010011010111011010111101101101100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D0A13; }

 p { color: rgb(141,10,19); }

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

<style>
 a { background-color: #8D0A13; }

 a { background-color: rgb(141,10,19); }

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

<style>
 span { border-color: #8D0A13; }

 span { border-color: rgb(141,10,19); }

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