#86083B

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

Shades of Burgundy #86083B

Tints of Burgundy #86083B

Color information

#86083B (or 0x86083B) is unknown color: approx Burgundy. HEX triplet: 86, 08 and 3B. RGB value is (134,8,59). Sum of RGB (Red+Green+Blue) = 134+8+59=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86083B is #79F7C4. Grayscale: #333333. Windows color (decimal): -7993285 or 3868806. OLE color: 3868806.

HSL color Cylindrical-coordinate representation of color #86083B: hue angle of 335.71º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86083B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB134859-
CMYK00.940.560.47
HSL335.71º88.73%27.84%-
HSV(B)335.71º94.03%52.55%-
XYZ10.715.564.65-
YUV51.49132.24186.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=66.67%
G=3.98%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13485900.940.560.47335.7188.7327.84
Hex8683B05E382F150591c
Octal20610730136705752013134
Binary10000110100011101101011110111000101111101010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,8,59); }

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

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

 a { background-color: rgb(134,8,59); }

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

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

 span { border-color: rgb(134,8,59); }

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