#6D0129

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

Shades of Burgundy #6D0129

Tints of Burgundy #6D0129

Color information

#6D0129 (or 0x6D0129) is unknown color: approx Burgundy. HEX triplet: 6D, 01 and 29. RGB value is (109,1,41). Sum of RGB (Red+Green+Blue) = 109+1+41=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0129 is #92FED6. Grayscale: #252525. Windows color (decimal): -9633495 or 2687341. OLE color: 2687341.

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

Color convert

RGB109141-
CMYK00.990.620.57
HSL337.78º98.18%21.57%-
HSV(B)337.78º99.08%42.75%-
XYZ6.723.432.41-
YUV37.85129.78178.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 72.19%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=72.19%
G=0.66%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10914100.990.620.57337.7898.1821.57
Hex6D1290633E391526216
Octal1551510143767152214226
Binary1101101110100101100011111110111001101010010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,41); }

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

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

 a { background-color: rgb(109,1,41); }

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

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

 span { border-color: rgb(109,1,41); }

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