#8D0D11

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

Shades of Sangria #8D0D11

Tints of Sangria #8D0D11

Color information

#8D0D11 (or 0x8D0D11) is unknown color: approx Sangria. HEX triplet: 8D, 0D and 11. RGB value is (141,13,17). Sum of RGB (Red+Green+Blue) = 141+13+17=171 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.46% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0D11 is #72F2EE. Grayscale: #333333. Windows color (decimal): -7533295 or 1117581. OLE color: 1117581.

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

Color convert

RGB1411317-
CMYK00.910.880.45
HSL358.12º83.12%30.2%-
HSV(B)358.12º90.78%55.29%-
XYZ11.235.991.09-
YUV51.73108.41191.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 82.46%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=82.46%
G=7.60%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141131700.910.880.45358.1283.1230.2
Hex8DD1105B582D166531e
Octal215152101331305554612336
Binary10001101110110001010110111011000101101101100110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,13,17); }

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

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

 a { background-color: rgb(141,13,17); }

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

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

 span { border-color: rgb(141,13,17); }

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