Html Css Color HEX #6D091A Burgundy

📋 copy color: '#6D091A'

red 109 ◦ green 9 ◦ blue 26

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

Shades of Burgundy #6D091A

Tints of Burgundy #6D091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 75.69%
G = 6.25%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D091A (or 0x6D091A) is known color: Burgundy. HEX triplet: 6D, 09 and 1A. RGB value is (109,9,26). Sum of RGB (Red+Green+Blue) = 109+9+26=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D091A is #92F6E5. Grayscale: #282828. Windows color (decimal): -9631462 or 1706349. OLE color: 1706349.

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

Color convert

RGB 109 9 26 -
CMYK 0 0.92 0.76 0.57
HSL 349.8º 0.85% 0.23% -
HSV(B) 349.8º 0.92% 0.43% -
XYZ 6.59 3.52 1.31 -
YUV 40.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 109 9 26 0 0.92 0.76 0.57 349.8 0.85 0.23
Hex 6D 9 1A 0 5C 4C 39 15E 55 17
Octal 155 11 32 0 134 114 71 536 125 27
Binary 1101101 1001 11010 0 1011100 1001100 111001 101011110 1010101 10111

Color Harmonies of #6D091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D091A

Black with #6D091A

Text Example


Text Example

White with #6D091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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