#8C070D

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

Shades of Sangria #8C070D

Tints of Sangria #8C070D

Color information

#8C070D (or 0x8C070D) is unknown color: approx Sangria. HEX triplet: 8C, 07 and 0D. RGB value is (140,7,13). Sum of RGB (Red+Green+Blue) = 140+7+13=160 (21% of max value = 765). Red value is 140 (55.08% from 255 or 87.5% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 140 - color contains mainly: red. Hex color #8C070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C070D is #73F8F2. Grayscale: #2F2F2F. Windows color (decimal): -7600371 or 853900. OLE color: 853900.

HSL color Cylindrical-coordinate representation of color #8C070D: hue angle of 357.29º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C070D is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB140713-
CMYK00.950.910.45
HSL357.29º90.48%28.82%-
HSV(B)357.29º95%54.9%-
XYZ10.965.760.91-
YUV47.45108.56194.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 87.5%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=87.5%
G=4.38%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14071300.950.910.45357.2990.4828.82
Hex8C7D05F5B2D1655a1d
Octal21471501371335554513235
Binary100011001111101010111111011011101101101100101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,7,13); }

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

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

 a { background-color: rgb(140,7,13); }

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

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

 span { border-color: rgb(140,7,13); }

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