Html Css Color HEX #6D0409 Burgundy

📋 copy color: '#6D0409'

red 109 ◦ green 4 ◦ blue 9

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

Shades of Burgundy #6D0409

Tints of Burgundy #6D0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 9 (3.91% from 255) = 7.38%

R = 89.34%
G = 3.28%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#6D0409 (or 0x6D0409) is known color: Burgundy. HEX triplet: 6D, 04 and 09. RGB value is (109,4,9). Sum of RGB (Red+Green+Blue) = 109+4+9=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0409 is #92FBF6. Grayscale: #242424. Windows color (decimal): -9632759 or 590957. OLE color: 590957.

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

Color convert

RGB 109 4 9 -
CMYK 0 0.96 0.92 0.57
HSL 357.14º 0.93% 0.22% -
HSV(B) 357.14º 0.96% 0.43% -
XYZ 6.4 3.36 0.57 -
YUV 35.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 109 4 9 0 0.96 0.92 0.57 357.14 0.93 0.22
Hex 6D 4 9 0 60 5C 39 165 5D 16
Octal 155 4 11 0 140 134 71 545 135 26
Binary 1101101 100 1001 0 1100000 1011100 111001 101100101 1011101 10110

Color Harmonies of #6D0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0409

Black with #6D0409

Text Example


Text Example

White with #6D0409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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