Html Css Color HEX #6D071F Burgundy

📋 copy color: '#6D071F'

red 109 ◦ green 7 ◦ blue 31

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

Shades of Burgundy #6D071F

Tints of Burgundy #6D071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 74.15%
G = 4.76%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D071F (or 0x6D071F) is known color: Burgundy. HEX triplet: 6D, 07 and 1F. RGB value is (109,7,31). Sum of RGB (Red+Green+Blue) = 109+7+31=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D071F is #92F8E0. Grayscale: #282828. Windows color (decimal): -9631969 or 2033517. OLE color: 2033517.

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

Color convert

RGB 109 7 31 -
CMYK 0 0.94 0.72 0.57
HSL 345.88º 0.88% 0.23% -
HSV(B) 345.88º 0.94% 0.43% -
XYZ 6.63 3.5 1.62 -
YUV 40.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 109 7 31 0 0.94 0.72 0.57 345.88 0.88 0.23
Hex 6D 7 1F 0 5E 48 39 15A 58 17
Octal 155 7 37 0 136 110 71 532 130 27
Binary 1101101 111 11111 0 1011110 1001000 111001 101011010 1011000 10111

Color Harmonies of #6D071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D071F

Black with #6D071F

Text Example


Text Example

White with #6D071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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