#8D0E14

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

Shades of Sangria #8D0E14

Tints of Sangria #8D0E14

Color information

#8D0E14 (or 0x8D0E14) is unknown color: approx Sangria. HEX triplet: 8D, 0E and 14. RGB value is (141,14,20). Sum of RGB (Red+Green+Blue) = 141+14+20=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0E14 is #72F1EB. Grayscale: #343434. Windows color (decimal): -7533036 or 1314445. OLE color: 1314445.

HSL color Cylindrical-coordinate representation of color #8D0E14: hue angle of 357.17º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E14 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1411420-
CMYK00.900.860.45
HSL357.17º81.94%30.39%-
HSV(B)357.17º90.07%55.29%-
XYZ11.276.031.23-
YUV52.66109.58191.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 80.57%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 20 (8.20% from 255) = 11.43%
R=80.57%
G=8%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141142000.900.860.45357.1781.9430.39
Hex8DE1405A562D165521e
Octal215162401321265554512236
Binary10001101111010100010110101010110101101101100101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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