#86033A

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

Shades of Burgundy #86033A

Tints of Burgundy #86033A

Color information

#86033A (or 0x86033A) is unknown color: approx Burgundy. HEX triplet: 86, 03 and 3A. RGB value is (134,3,58). Sum of RGB (Red+Green+Blue) = 134+3+58=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86033A is #79FCC5. Grayscale: #303030. Windows color (decimal): -7994566 or 3801990. OLE color: 3801990.

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

Color convert

RGB134358-
CMYK00.980.570.47
HSL334.81º95.62%26.86%-
HSV(B)334.81º97.76%52.55%-
XYZ10.635.444.49-
YUV48.44133.4189.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.72%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=68.72%
G=1.54%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13435800.980.570.47334.8195.6226.86
Hex8633A062392F14f601b
Octal2063720142715751714033
Binary100001101111101001100010111001101111101001111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86033A; }

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

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

<style>
 a { background-color: #86033A; }

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

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

<style>
 span { border-color: #86033A; }

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

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