Html Css Color HEX #6D0A20 Burgundy

📋 copy color: '#6D0A20'

red 109 ◦ green 10 ◦ blue 32

#6D0A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #6D0A20

Tints of Burgundy #6D0A20

RGB

 RED value IS 109 (42.97% from 255) = 72.19%

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 72.19%
G = 6.62%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D0A20 (or 0x6D0A20) is known color: Burgundy. HEX triplet: 6D, 0A and 20. RGB value is (109,10,32). Sum of RGB (Red+Green+Blue) = 109+10+32=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A20 is #92F5DF. Grayscale: #2A2A2A. Windows color (decimal): -9631200 or 2099821. OLE color: 2099821.

HSL color Cylindrical-coordinate representation of color #6D0A20: hue angle of 346.67º 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 #6D0A20 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 10 32 -
CMYK 0 0.91 0.71 0.57
HSL 346.67º 0.83% 0.23% -
HSV(B) 346.67º 0.91% 0.43% -
XYZ 6.68 3.57 1.7 -
YUV 42.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 109 10 32 0 0.91 0.71 0.57 346.67 0.83 0.23
Hex 6D A 20 0 5B 47 39 15B 53 17
Octal 155 12 40 0 133 107 71 533 123 27
Binary 1101101 1010 100000 0 1011011 1000111 111001 101011011 1010011 10111

Color Harmonies of #6D0A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A20

Black with #6D0A20

Text Example


Text Example

White with #6D0A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D0A20;
 }
 .AnyTagClassName
 {
   color: #6D0A20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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