Html Css Color HEX #6D0A2C Burgundy

📋 copy color: '#6D0A2C'

red 109 ◦ green 10 ◦ blue 44

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

Shades of Burgundy #6D0A2C

Tints of Burgundy #6D0A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.99%

R = 66.87%
G = 6.13%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D0A2C (or 0x6D0A2C) is known color: Burgundy. HEX triplet: 6D, 0A and 2C. RGB value is (109,10,44). Sum of RGB (Red+Green+Blue) = 109+10+44=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A2C is #92F5D3. Grayscale: #2B2B2B. Windows color (decimal): -9631188 or 2886253. OLE color: 2886253.

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

Color convert

RGB 109 10 44 -
CMYK 0 0.91 0.60 0.57
HSL 339.39º 0.83% 0.23% -
HSV(B) 339.39º 0.91% 0.43% -
XYZ 6.87 3.65 2.73 -
YUV 43.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 109 10 44 0 0.91 0.60 0.57 339.39 0.83 0.23
Hex 6D A 2C 0 5B 3C 39 153 53 17
Octal 155 12 54 0 133 74 71 523 123 27
Binary 1101101 1010 101100 0 1011011 111100 111001 101010011 1010011 10111

Color Harmonies of #6D0A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A2C

Black with #6D0A2C

Text Example


Text Example

White with #6D0A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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