#86122B

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

Shades of Burgundy #86122B

Tints of Burgundy #86122B

Color information

#86122B (or 0x86122B) is unknown color: approx Burgundy. HEX triplet: 86, 12 and 2B. RGB value is (134,18,43). Sum of RGB (Red+Green+Blue) = 134+18+43=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86122B is #79EDD4. Grayscale: #373737. Windows color (decimal): -7990741 or 2822790. OLE color: 2822790.

HSL color Cylindrical-coordinate representation of color #86122B: hue angle of 347.07º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86122B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1341843-
CMYK00.870.680.47
HSL347.07º76.32%29.8%-
HSV(B)347.07º86.57%52.55%-
XYZ10.485.682.83-
YUV55.53120.93183.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.72%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=68.72%
G=9.23%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134184300.870.680.47347.0776.3229.8
Hex86122B057442F15b4c1e
Octal206225301271045753311436
Binary1000011010010101011010101111000100101111101011011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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