#8D080E

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

Shades of Sangria #8D080E

Tints of Sangria #8D080E

Color information

#8D080E (or 0x8D080E) is unknown color: approx Sangria. HEX triplet: 8D, 08 and 0E. RGB value is (141,8,14). Sum of RGB (Red+Green+Blue) = 141+8+14=163 (21% of max value = 765). Red value is 141 (55.47% from 255 or 86.50% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 141 - color contains mainly: red. Hex color #8D080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D080E is #72F7F1. Grayscale: #303030. Windows color (decimal): -7534578 or 919693. OLE color: 919693.

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

Color convert

RGB141814-
CMYK00.940.900.45
HSL357.29º89.26%29.22%-
HSV(B)357.29º94.33%55.29%-
XYZ11.155.870.96-
YUV48.45108.56194.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 86.50%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=86.50%
G=4.91%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14181400.940.900.45357.2989.2629.22
Hex8D8E05E5A2D165591d
Octal215101601361325554513135
Binary1000110110001110010111101011010101101101100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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