#86092D

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

Shades of Burgundy #86092D

Tints of Burgundy #86092D

Color information

#86092D (or 0x86092D) is unknown color: approx Burgundy. HEX triplet: 86, 09 and 2D. RGB value is (134,9,45). Sum of RGB (Red+Green+Blue) = 134+9+45=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #86092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86092D is #79F6D2. Grayscale: #323232. Windows color (decimal): -7993043 or 2951558. OLE color: 2951558.

HSL color Cylindrical-coordinate representation of color #86092D: hue angle of 342.72º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86092D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB134945-
CMYK00.930.660.47
HSL342.72º87.41%28.04%-
HSV(B)342.72º93.28%52.55%-
XYZ10.45.452.99-
YUV50.48124.91187.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=71.28%
G=4.79%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13494500.930.660.47342.7287.4128.04
Hex8692D05D422F157571c
Octal206115501351025752712734
Binary100001101001101101010111011000010101111101010111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86092D; }

 p { color: rgb(134,9,45); }

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

<style>
 a { background-color: #86092D; }

 a { background-color: rgb(134,9,45); }

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

<style>
 span { border-color: #86092D; }

 span { border-color: rgb(134,9,45); }

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