#6D0522

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

Shades of Burgundy #6D0522

Tints of Burgundy #6D0522

Color information

#6D0522 (or 0x6D0522) is unknown color: approx Burgundy. HEX triplet: 6D, 05 and 22. RGB value is (109,5,34). Sum of RGB (Red+Green+Blue) = 109+5+34=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0522 is #92FADD. Grayscale: #272727. Windows color (decimal): -9632478 or 2229613. OLE color: 2229613.

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

Color convert

RGB109534-
CMYK00.950.690.57
HSL343.27º91.23%22.35%-
HSV(B)343.27º95.41%42.75%-
XYZ6.653.481.83-
YUV39.4124.96177.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 73.65%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=73.65%
G=3.38%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10953400.950.690.57343.2791.2322.35
Hex6D52205F45391575b16
Octal15554201371057152713326
Binary1101101101100010010111111000101111001101010111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,5,34); }

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

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

 a { background-color: rgb(109,5,34); }

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

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

 span { border-color: rgb(109,5,34); }

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