#6D0021

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

Shades of Burgundy #6D0021

Tints of Burgundy #6D0021

Color information

#6D0021 (or 0x6D0021) is unknown color: approx Burgundy. HEX triplet: 6D, 00 and 21. RGB value is (109,0,33). Sum of RGB (Red+Green+Blue) = 109+0+33=142 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.76% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0021 is #92FFDE. Grayscale: #242424. Windows color (decimal): -9633759 or 2162797. OLE color: 2162797.

HSL color Cylindrical-coordinate representation of color #6D0021: hue angle of 341.83º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0021 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB109033-
CMYK010.700.57
HSL341.83º100%21.37%-
HSV(B)341.83º100%42.75%-
XYZ6.583.361.74-
YUV36.35126.11179.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 76.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=76.76%
G=0%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109033010.700.57341.8310021.37
Hex6D02106446391566415
Octal15504101441067152614425
Binary11011010100001011001001000110111001101010110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,0,33); }

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

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

 a { background-color: rgb(109,0,33); }

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

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

 span { border-color: rgb(109,0,33); }

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