#86092B

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

Shades of Burgundy #86092B

Tints of Burgundy #86092B

Color information

#86092B (or 0x86092B) is unknown color: approx Burgundy. HEX triplet: 86, 09 and 2B. RGB value is (134,9,43). Sum of RGB (Red+Green+Blue) = 134+9+43=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #86092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86092B is #79F6D4. Grayscale: #323232. Windows color (decimal): -7993045 or 2820486. OLE color: 2820486.

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

Color convert

RGB134943-
CMYK00.930.680.47
HSL343.68º87.41%28.04%-
HSV(B)343.68º93.28%52.55%-
XYZ10.375.442.79-
YUV50.25123.91187.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 72.04%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=72.04%
G=4.84%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13494300.930.680.47343.6887.4128.04
Hex8692B05D442F158571c
Octal206115301351045753012734
Binary100001101001101011010111011000100101111101011000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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