Html Css Color HEX #6D0016 Burgundy

📋 copy color: '#6D0016'

red 109 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #6D0016

Tints of Burgundy #6D0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 16.79%

R = 83.21%
G = 0%
B = 16.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.57

RGB Variations

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

Color information

#6D0016 (or 0x6D0016) is known color: Burgundy. HEX triplet: 6D, 00 and 16. RGB value is (109,0,22). Sum of RGB (Red+Green+Blue) = 109+0+22=131 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.21% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0016 is #92FFE9. Grayscale: #232323. Windows color (decimal): -9633770 or 1441901. OLE color: 1441901.

HSL color Cylindrical-coordinate representation of color #6D0016: hue angle of 347.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0016 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 0 22 -
CMYK 0 1 0.80 0.57
HSL 347.89º 1% 0.21% -
HSV(B) 347.89º 1% 0.43% -
XYZ 6.45 3.31 1.06 -
YUV 35.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 109 0 22 0 1 0.80 0.57 347.89 1 0.21
Hex 6D 0 16 0 64 50 39 15C 64 15
Octal 155 0 26 0 144 120 71 534 144 25
Binary 1101101 0 10110 0 1100100 1010000 111001 101011100 1100100 10101

Color Harmonies of #6D0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0016

Black with #6D0016

Text Example


Text Example

White with #6D0016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,22); }

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

background-color css

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

 a { background-color: rgb(109,0,22); }

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

border-color css

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

 span { border-color: rgb(109,0,22); }

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