Html Css Color HEX #6D072A Burgundy

📋 copy color: '#6D072A'

red 109 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #6D072A

Tints of Burgundy #6D072A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 68.99%
G = 4.43%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6D072A (or 0x6D072A) is known color: Burgundy. HEX triplet: 6D, 07 and 2A. RGB value is (109,7,42). Sum of RGB (Red+Green+Blue) = 109+7+42=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D072A is #92F8D5. Grayscale: #292929. Windows color (decimal): -9631958 or 2754413. OLE color: 2754413.

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

Color convert

RGB 109 7 42 -
CMYK 0 0.94 0.61 0.57
HSL 339.41º 0.88% 0.23% -
HSV(B) 339.41º 0.94% 0.43% -
XYZ 6.8 3.57 2.52 -
YUV 41.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 109 7 42 0 0.94 0.61 0.57 339.41 0.88 0.23
Hex 6D 7 2A 0 5E 3D 39 153 58 17
Octal 155 7 52 0 136 75 71 523 130 27
Binary 1101101 111 101010 0 1011110 111101 111001 101010011 1011000 10111

Color Harmonies of #6D072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D072A

Black with #6D072A

Text Example


Text Example

White with #6D072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,7,42); }

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

background-color css

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

 a { background-color: rgb(109,7,42); }

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

border-color css

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

 span { border-color: rgb(109,7,42); }

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