#8C040E

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

Shades of Sangria #8C040E

Tints of Sangria #8C040E

Color information

#8C040E (or 0x8C040E) is unknown color: approx Sangria. HEX triplet: 8C, 04 and 0E. RGB value is (140,4,14). Sum of RGB (Red+Green+Blue) = 140+4+14=158 (20% of max value = 765). Red value is 140 (55.08% from 255 or 88.61% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 140 - color contains mainly: red. Hex color #8C040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C040E is #73FBF1. Grayscale: #2D2D2D. Windows color (decimal): -7601138 or 918668. OLE color: 918668.

HSL color Cylindrical-coordinate representation of color #8C040E: hue angle of 355.59º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C040E is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB140414-
CMYK00.970.900.45
HSL355.59º94.44%28.24%-
HSV(B)355.59º97.14%54.9%-
XYZ10.945.690.94-
YUV45.8110.06195.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 88.61%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=88.61%
G=2.53%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14041400.970.900.45355.5994.4428.24
Hex8C4E0615A2D1645e1c
Octal21441601411325554413634
Binary100011001001110011000011011010101101101100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,4,14); }

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

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

 a { background-color: rgb(140,4,14); }

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

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

 span { border-color: rgb(140,4,14); }

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