#86040E

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

Shades of Sangria #86040E

Tints of Sangria #86040E

Color information

#86040E (or 0x86040E) is unknown color: approx Sangria. HEX triplet: 86, 04 and 0E. RGB value is (134,4,14). Sum of RGB (Red+Green+Blue) = 134+4+14=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #86040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86040E is #79FBF1. Grayscale: #2C2C2C. Windows color (decimal): -7994354 or 918662. OLE color: 918662.

HSL color Cylindrical-coordinate representation of color #86040E: hue angle of 355.38º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #86040E is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB134414-
CMYK00.970.900.47
HSL355.38º94.2%27.06%-
HSV(B)355.38º97.01%52.55%-
XYZ9.955.190.89-
YUV44.01111.07192.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 88.16%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=88.16%
G=2.63%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13441400.970.900.47355.3894.227.06
Hex864E0615A2F1635e1b
Octal20641601411325754313633
Binary100001101001110011000011011010101111101100011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86040E; }

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

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

<style>
 a { background-color: #86040E; }

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

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

<style>
 span { border-color: #86040E; }

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

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