#86003C

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

Shades of Burgundy #86003C

Tints of Burgundy #86003C

Color information

#86003C (or 0x86003C) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 3C. RGB value is (134,0,60). Sum of RGB (Red+Green+Blue) = 134+0+60=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86003C is #79FFC3. Grayscale: #2E2E2E. Windows color (decimal): -7995332 or 3932294. OLE color: 3932294.

HSL color Cylindrical-coordinate representation of color #86003C: hue angle of 333.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86003C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB134060-
CMYK010.550.47
HSL333.13º100%26.27%-
HSV(B)333.13º100%52.55%-
XYZ10.655.394.76-
YUV46.91135.39190.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=69.07%
G=0%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134060010.550.47333.1310026.27
Hex8603C064372F14d641a
Octal2060740144675751514432
Binary10000110011110001100100110111101111101001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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