#6D0A22

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

Shades of Burgundy #6D0A22

Tints of Burgundy #6D0A22

Color information

#6D0A22 (or 0x6D0A22) is unknown color: approx Burgundy. HEX triplet: 6D, 0A and 22. RGB value is (109,10,34). Sum of RGB (Red+Green+Blue) = 109+10+34=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A22 is #92F5DD. Grayscale: #2A2A2A. Windows color (decimal): -9631198 or 2230893. OLE color: 2230893.

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

Color convert

RGB1091034-
CMYK00.910.690.57
HSL345.45º83.19%23.33%-
HSV(B)345.45º90.83%42.75%-
XYZ6.73.581.85-
YUV42.34123.3175.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 71.24%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=71.24%
G=6.54%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109103400.910.690.57345.4583.1923.33
Hex6DA2205B45391595317
Octal155124201331057153112327
Binary11011011010100010010110111000101111001101011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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