Html Css Color HEX #6D0029 Burgundy

📋 copy color: '#6D0029'

red 109 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #6D0029

Tints of Burgundy #6D0029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 27.33%

R = 72.67%
G = 0%
B = 27.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#6D0029 (or 0x6D0029) is known color: Burgundy. HEX triplet: 6D, 00 and 29. RGB value is (109,0,41). Sum of RGB (Red+Green+Blue) = 109+0+41=150 (19% of max value = 765). Red value is 109 (42.97% from 255 or 72.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0029 is #92FFD6. Grayscale: #252525. Windows color (decimal): -9633751 or 2687085. OLE color: 2687085.

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

Color convert

RGB 109 0 41 -
CMYK 0 1 0.62 0.57
HSL 337.43º 1% 0.21% -
HSV(B) 337.43º 1% 0.43% -
XYZ 6.71 3.41 2.4 -
YUV 37.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 109 0 41 0 1 0.62 0.57 337.43 1 0.21
Hex 6D 0 29 0 64 3E 39 151 64 15
Octal 155 0 51 0 144 76 71 521 144 25
Binary 1101101 0 101001 0 1100100 111110 111001 101010001 1100100 10101

Color Harmonies of #6D0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0029

Black with #6D0029

Text Example


Text Example

White with #6D0029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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