#8D080D

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

Shades of Sangria #8D080D

Tints of Sangria #8D080D

Color information

#8D080D (or 0x8D080D) is unknown color: approx Sangria. HEX triplet: 8D, 08 and 0D. RGB value is (141,8,13). Sum of RGB (Red+Green+Blue) = 141+8+13=162 (21% of max value = 765). Red value is 141 (55.47% from 255 or 87.04% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 141 - color contains mainly: red. Hex color #8D080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D080D is #72F7F2. Grayscale: #303030. Windows color (decimal): -7534579 or 854157. OLE color: 854157.

HSL color Cylindrical-coordinate representation of color #8D080D: hue angle of 357.74º degrees, saturation: 0.89, 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 #8D080D is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB141813-
CMYK00.940.910.45
HSL357.74º89.26%29.22%-
HSV(B)357.74º94.33%55.29%-
XYZ11.145.870.93-
YUV48.34108.06194.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 87.04%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=87.04%
G=4.94%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14181300.940.910.45357.7489.2629.22
Hex8D8D05E5B2D166591d
Octal215101501361335554613135
Binary1000110110001101010111101011011101101101100110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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