#8D0911

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

Shades of Sangria #8D0911

Tints of Sangria #8D0911

Color information

#8D0911 (or 0x8D0911) is unknown color: approx Sangria. HEX triplet: 8D, 09 and 11. RGB value is (141,9,17). Sum of RGB (Red+Green+Blue) = 141+9+17=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0911 is #72F6EE. Grayscale: #313131. Windows color (decimal): -7534319 or 1116557. OLE color: 1116557.

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

Color convert

RGB141917-
CMYK00.940.880.45
HSL356.36º88%29.41%-
HSV(B)356.36º93.62%55.29%-
XYZ11.185.91.08-
YUV49.38109.73193.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 84.43%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 17 (7.03% from 255) = 10.18%
R=84.43%
G=5.39%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14191700.940.880.45356.368829.41
Hex8D91105E582D164581d
Octal215112101361305554413035
Binary10001101100110001010111101011000101101101100100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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