#86002C

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

Shades of Burgundy #86002C

Tints of Burgundy #86002C

Color information

#86002C (or 0x86002C) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 2C. RGB value is (134,0,44). Sum of RGB (Red+Green+Blue) = 134+0+44=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #86002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86002C is #79FFD3. Grayscale: #2D2D2D. Windows color (decimal): -7995348 or 2883718. OLE color: 2883718.

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

Color convert

RGB134044-
CMYK010.670.47
HSL340.3º100%26.27%-
HSV(B)340.3º100%52.55%-
XYZ10.295.252.85-
YUV45.08127.39191.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 75.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=75.28%
G=0%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134044010.670.47340.310026.27
Hex8602C064432F154641a
Octal20605401441035752414432
Binary100001100101100011001001000011101111101010100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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