#86020C

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

Shades of Sangria #86020C

Tints of Sangria #86020C

Color information

#86020C (or 0x86020C) is unknown color: approx Sangria. HEX triplet: 86, 02 and 0C. RGB value is (134,2,12). Sum of RGB (Red+Green+Blue) = 134+2+12=148 (19% of max value = 765). Red value is 134 (52.73% from 255 or 90.54% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 134 - color contains mainly: red. Hex color #86020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86020C is #79FDF3. Grayscale: #2A2A2A. Windows color (decimal): -7994868 or 787078. OLE color: 787078.

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

Color convert

RGB134212-
CMYK00.990.910.47
HSL355.45º97.06%26.67%-
HSV(B)355.45º98.51%52.55%-
XYZ9.925.140.82-
YUV42.61110.73193.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 90.54%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=90.54%
G=1.35%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13421200.990.910.47355.4597.0626.67
Hex862C0635B2F163611b
Octal20621401431335754314133
Binary10000110101100011000111011011101111101100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86020C; }

 p { color: rgb(134,2,12); }

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

<style>
 a { background-color: #86020C; }

 a { background-color: rgb(134,2,12); }

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

<style>
 span { border-color: #86020C; }

 span { border-color: rgb(134,2,12); }

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