#6D022B

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

Shades of Burgundy #6D022B

Tints of Burgundy #6D022B

Color information

#6D022B (or 0x6D022B) is unknown color: approx Burgundy. HEX triplet: 6D, 02 and 2B. RGB value is (109,2,43). Sum of RGB (Red+Green+Blue) = 109+2+43=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D022B is #92FDD4. Grayscale: #262626. Windows color (decimal): -9633237 or 2818669. OLE color: 2818669.

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

Color convert

RGB109243-
CMYK00.980.610.57
HSL337.01º96.4%21.76%-
HSV(B)337.01º98.17%42.75%-
XYZ6.763.472.6-
YUV38.67130.45178.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 70.78%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=70.78%
G=1.30%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10924300.980.610.57337.0196.421.76
Hex6D22B0623D391516016
Octal1552530142757152114026
Binary11011011010101101100010111101111001101010001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,2,43); }

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

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

 a { background-color: rgb(109,2,43); }

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

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

 span { border-color: rgb(109,2,43); }

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