#86032B

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

Shades of Burgundy #86032B

Tints of Burgundy #86032B

Color information

#86032B (or 0x86032B) is unknown color: approx Burgundy. HEX triplet: 86, 03 and 2B. RGB value is (134,3,43). Sum of RGB (Red+Green+Blue) = 134+3+43=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #86032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86032B is #79FCD4. Grayscale: #2E2E2E. Windows color (decimal): -7994581 or 2818950. OLE color: 2818950.

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

Color convert

RGB134343-
CMYK00.980.680.47
HSL341.68º95.62%26.86%-
HSV(B)341.68º97.76%52.55%-
XYZ10.35.312.77-
YUV46.73125.9190.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.44%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=74.44%
G=1.67%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13434300.980.680.47341.6895.6226.86
Hex8632B062442F156601b
Octal20635301421045752614033
Binary1000011011101011011000101000100101111101010110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86032B; }

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

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

<style>
 a { background-color: #86032B; }

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

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

<style>
 span { border-color: #86032B; }

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

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