#86020A

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

Shades of Sangria #86020A

Tints of Sangria #86020A

Color information

#86020A (or 0x86020A) is unknown color: approx Sangria. HEX triplet: 86, 02 and 0A. RGB value is (134,2,10). Sum of RGB (Red+Green+Blue) = 134+2+10=146 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.78% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 134 - color contains mainly: red. Hex color #86020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86020A is #79FDF5. Grayscale: #2A2A2A. Windows color (decimal): -7994870 or 656006. OLE color: 656006.

HSL color Cylindrical-coordinate representation of color #86020A: hue angle of 356.36º 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 #86020A is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB134210-
CMYK00.990.930.47
HSL356.36º97.06%26.67%-
HSV(B)356.36º98.51%52.55%-
XYZ9.915.130.76-
YUV42.38109.73193.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 91.78%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=91.78%
G=1.37%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13421000.990.930.47356.3697.0626.67
Hex862A0635D2F164611b
Octal20621201431355754414133
Binary10000110101010011000111011101101111101100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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