Html Css Color HEX #6D031A Burgundy

📋 copy color: '#6D031A'

red 109 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #6D031A

Tints of Burgundy #6D031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 78.99%
G = 2.17%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D031A (or 0x6D031A) is known color: Burgundy. HEX triplet: 6D, 03 and 1A. RGB value is (109,3,26). Sum of RGB (Red+Green+Blue) = 109+3+26=138 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.99% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 109 - color contains mainly: red. Hex color #6D031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D031A is #92FCE5. Grayscale: #252525. Windows color (decimal): -9632998 or 1704813. OLE color: 1704813.

HSL color Cylindrical-coordinate representation of color #6D031A: hue angle of 346.98º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D031A is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 3 26 -
CMYK 0 0.97 0.76 0.57
HSL 346.98º 0.95% 0.22% -
HSV(B) 346.98º 0.97% 0.43% -
XYZ 6.53 3.39 1.29 -
YUV 37.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 109 3 26 0 0.97 0.76 0.57 346.98 0.95 0.22
Hex 6D 3 1A 0 61 4C 39 15B 5F 16
Octal 155 3 32 0 141 114 71 533 137 26
Binary 1101101 11 11010 0 1100001 1001100 111001 101011011 1011111 10110

Color Harmonies of #6D031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D031A

Black with #6D031A

Text Example


Text Example

White with #6D031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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