#8D090E

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

Shades of Sangria #8D090E

Tints of Sangria #8D090E

Color information

#8D090E (or 0x8D090E) is unknown color: approx Sangria. HEX triplet: 8D, 09 and 0E. RGB value is (141,9,14). Sum of RGB (Red+Green+Blue) = 141+9+14=164 (21% of max value = 765). Red value is 141 (55.47% from 255 or 85.98% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 141 - color contains mainly: red. Hex color #8D090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D090E is #72F6F1. Grayscale: #313131. Windows color (decimal): -7534322 or 919949. OLE color: 919949.

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

Color convert

RGB141914-
CMYK00.940.900.45
HSL357.73º88%29.41%-
HSV(B)357.73º93.62%55.29%-
XYZ11.165.890.96-
YUV49.04108.23193.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 85.98%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=85.98%
G=5.49%
B=8.54%

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
Decimal14191400.940.900.45357.738829.41
Hex8D9E05E5A2D166581d
Octal215111601361325554613035
Binary1000110110011110010111101011010101101101100110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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