Html Css Color HEX #6D0911 Burgundy

📋 copy color: '#6D0911'

red 109 ◦ green 9 ◦ blue 17

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

Shades of Burgundy #6D0911

Tints of Burgundy #6D0911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 80.74%
G = 6.67%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D0911 (or 0x6D0911) is known color: Burgundy. HEX triplet: 6D, 09 and 11. RGB value is (109,9,17). Sum of RGB (Red+Green+Blue) = 109+9+17=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0911 is #92F6EE. Grayscale: #272727. Windows color (decimal): -9631471 or 1116525. OLE color: 1116525.

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

Color convert

RGB 109 9 17 -
CMYK 0 0.92 0.84 0.57
HSL 355.2º 0.85% 0.23% -
HSV(B) 355.2º 0.92% 0.43% -
XYZ 6.51 3.49 0.86 -
YUV 39.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 109 9 17 0 0.92 0.84 0.57 355.2 0.85 0.23
Hex 6D 9 11 0 5C 54 39 163 55 17
Octal 155 11 21 0 134 124 71 543 125 27
Binary 1101101 1001 10001 0 1011100 1010100 111001 101100011 1010101 10111

Color Harmonies of #6D0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0911

Black with #6D0911

Text Example


Text Example

White with #6D0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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