Html Css Color HEX #6D0509 Burgundy

📋 copy color: '#6D0509'

red 109 ◦ green 5 ◦ blue 9

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

Shades of Burgundy #6D0509

Tints of Burgundy #6D0509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 88.62%
G = 4.07%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#6D0509 (or 0x6D0509) is known color: Burgundy. HEX triplet: 6D, 05 and 09. RGB value is (109,5,9). Sum of RGB (Red+Green+Blue) = 109+5+9=123 (16% of max value = 765). Red value is 109 (42.97% from 255 or 88.62% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0509 is #92FAF6. Grayscale: #242424. Windows color (decimal): -9632503 or 591213. OLE color: 591213.

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

Color convert

RGB 109 5 9 -
CMYK 0 0.95 0.92 0.57
HSL 357.69º 0.91% 0.22% -
HSV(B) 357.69º 0.95% 0.43% -
XYZ 6.41 3.38 0.57 -
YUV 36.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 109 5 9 0 0.95 0.92 0.57 357.69 0.91 0.22
Hex 6D 5 9 0 5F 5C 39 166 5B 16
Octal 155 5 11 0 137 134 71 546 133 26
Binary 1101101 101 1001 0 1011111 1011100 111001 101100110 1011011 10110

Color Harmonies of #6D0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0509

Black with #6D0509

Text Example


Text Example

White with #6D0509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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