#6E0520

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

Shades of Burgundy #6E0520

Tints of Burgundy #6E0520

Color information

#6E0520 (or 0x6E0520) is unknown color: approx Burgundy. HEX triplet: 6E, 05 and 20. RGB value is (110,5,32). Sum of RGB (Red+Green+Blue) = 110+5+32=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0520 is #91FADF. Grayscale: #272727. Windows color (decimal): -9566944 or 2098542. OLE color: 2098542.

HSL color Cylindrical-coordinate representation of color #6E0520: hue angle of 344.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0520 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB110532-
CMYK00.950.710.57
HSL344.57º91.3%22.55%-
HSV(B)344.57º95.45%43.14%-
XYZ6.753.531.69-
YUV39.47123.79178.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 74.83%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=74.83%
G=3.40%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11053200.950.710.57344.5791.322.55
Hex6E52005F47391595b17
Octal15654001371077153113327
Binary1101110101100000010111111000111111001101011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E0520; }

 p { color: rgb(110,5,32); }

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

<style>
 a { background-color: #6E0520; }

 a { background-color: rgb(110,5,32); }

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

<style>
 span { border-color: #6E0520; }

 span { border-color: rgb(110,5,32); }

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