#86030A

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

Shades of Sangria #86030A

Tints of Sangria #86030A

Color information

#86030A (or 0x86030A) is unknown color: approx Sangria. HEX triplet: 86, 03 and 0A. RGB value is (134,3,10). Sum of RGB (Red+Green+Blue) = 134+3+10=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #86030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86030A is #79FCF5. Grayscale: #2B2B2B. Windows color (decimal): -7994614 or 656262. OLE color: 656262.

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

Color convert

RGB134310-
CMYK00.980.930.47
HSL356.79º95.62%26.86%-
HSV(B)356.79º97.76%52.55%-
XYZ9.925.160.76-
YUV42.97109.4192.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 91.16%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=91.16%
G=2.04%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13431000.980.930.47356.7995.6226.86
Hex863A0625D2F165601b
Octal20631201421355754514033
Binary10000110111010011000101011101101111101100101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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