#8D090D

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

Shades of Sangria #8D090D

Tints of Sangria #8D090D

Color information

#8D090D (or 0x8D090D) is unknown color: approx Sangria. HEX triplet: 8D, 09 and 0D. RGB value is (141,9,13). Sum of RGB (Red+Green+Blue) = 141+9+13=163 (21% of max value = 765). Red value is 141 (55.47% from 255 or 86.50% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 141 - color contains mainly: red. Hex color #8D090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D090D is #72F6F2. Grayscale: #313131. Windows color (decimal): -7534323 or 854413. OLE color: 854413.

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

Color convert

RGB141913-
CMYK00.940.910.45
HSL358.18º88%29.41%-
HSV(B)358.18º93.62%55.29%-
XYZ11.155.890.93-
YUV48.92107.73193.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 86.50%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=86.50%
G=5.52%
B=7.98%

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
Decimal14191300.940.910.45358.188829.41
Hex8D9D05E5B2D166581d
Octal215111501361335554613035
Binary1000110110011101010111101011011101101101100110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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