#86060D

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

Shades of Sangria #86060D

Tints of Sangria #86060D

Color information

#86060D (or 0x86060D) is unknown color: approx Sangria. HEX triplet: 86, 06 and 0D. RGB value is (134,6,13). Sum of RGB (Red+Green+Blue) = 134+6+13=153 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.58% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 134 - color contains mainly: red. Hex color #86060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86060D is #79F9F2. Grayscale: #2D2D2D. Windows color (decimal): -7993843 or 853638. OLE color: 853638.

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

Color convert

RGB134613-
CMYK00.960.900.47
HSL356.72º91.43%27.45%-
HSV(B)356.72º95.52%52.55%-
XYZ9.975.230.86-
YUV45.07109.91191.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 87.58%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=87.58%
G=3.92%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13461300.960.900.47356.7291.4327.45
Hex866D0605A2F1655b1b
Octal20661501401325754513333
Binary100001101101101011000001011010101111101100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86060D; }

 p { color: rgb(134,6,13); }

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

<style>
 a { background-color: #86060D; }

 a { background-color: rgb(134,6,13); }

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

<style>
 span { border-color: #86060D; }

 span { border-color: rgb(134,6,13); }

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