#86073A

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

Shades of Burgundy #86073A

Tints of Burgundy #86073A

Color information

#86073A (or 0x86073A) is unknown color: approx Burgundy. HEX triplet: 86, 07 and 3A. RGB value is (134,7,58). Sum of RGB (Red+Green+Blue) = 134+7+58=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86073A is #79F8C5. Grayscale: #323232. Windows color (decimal): -7993542 or 3803014. OLE color: 3803014.

HSL color Cylindrical-coordinate representation of color #86073A: hue angle of 335.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86073A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB134758-
CMYK00.950.570.47
HSL335.91º90.07%27.65%-
HSV(B)335.91º94.78%52.55%-
XYZ10.675.534.51-
YUV50.79132.08187.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=67.34%
G=3.52%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13475800.950.570.47335.9190.0727.65
Hex8673A05F392F1505a1c
Octal2067720137715752013234
Binary1000011011111101001011111111001101111101010000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,7,58); }

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

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

 a { background-color: rgb(134,7,58); }

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

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

 span { border-color: rgb(134,7,58); }

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