#86033C

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

Shades of Burgundy #86033C

Tints of Burgundy #86033C

Color information

#86033C (or 0x86033C) is unknown color: approx Burgundy. HEX triplet: 86, 03 and 3C. RGB value is (134,3,60). Sum of RGB (Red+Green+Blue) = 134+3+60=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86033C is #79FCC3. Grayscale: #303030. Windows color (decimal): -7994564 or 3933062. OLE color: 3933062.

HSL color Cylindrical-coordinate representation of color #86033C: hue angle of 333.89º 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 #86033C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB134360-
CMYK00.980.550.47
HSL333.89º95.62%26.86%-
HSV(B)333.89º97.76%52.55%-
XYZ10.685.464.77-
YUV48.67134.4188.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=68.02%
G=1.52%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13436000.980.550.47333.8995.6226.86
Hex8633C062372F14e601b
Octal2063740142675751614033
Binary100001101111110001100010110111101111101001110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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