Html Css Color HEX #6D071A Burgundy

📋 copy color: '#6D071A'

red 109 ◦ green 7 ◦ blue 26

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

Shades of Burgundy #6D071A

Tints of Burgundy #6D071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 76.76%
G = 4.93%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D071A (or 0x6D071A) is known color: Burgundy. HEX triplet: 6D, 07 and 1A. RGB value is (109,7,26). Sum of RGB (Red+Green+Blue) = 109+7+26=142 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.76% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 109 - color contains mainly: red. Hex color #6D071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D071A is #92F8E5. Grayscale: #272727. Windows color (decimal): -9631974 or 1705837. OLE color: 1705837.

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

Color convert

RGB 109 7 26 -
CMYK 0 0.94 0.76 0.57
HSL 348.82º 0.88% 0.23% -
HSV(B) 348.82º 0.94% 0.43% -
XYZ 6.57 3.48 1.3 -
YUV 39.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 109 7 26 0 0.94 0.76 0.57 348.82 0.88 0.23
Hex 6D 7 1A 0 5E 4C 39 15D 58 17
Octal 155 7 32 0 136 114 71 535 130 27
Binary 1101101 111 11010 0 1011110 1001100 111001 101011101 1011000 10111

Color Harmonies of #6D071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D071A

Black with #6D071A

Text Example


Text Example

White with #6D071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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