Html Css Color HEX #6D0116 Burgundy

📋 copy color: '#6D0116'

red 109 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #6D0116

Tints of Burgundy #6D0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

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

R = 82.58%
G = 0.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.57

RGB Variations

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

Color information

#6D0116 (or 0x6D0116) is known color: Burgundy. HEX triplet: 6D, 01 and 16. RGB value is (109,1,22). Sum of RGB (Red+Green+Blue) = 109+1+22=132 (17% of max value = 765). Red value is 109 (42.97% from 255 or 82.58% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0116 is #92FEE9. Grayscale: #232323. Windows color (decimal): -9633514 or 1442157. OLE color: 1442157.

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

Color convert

RGB 109 1 22 -
CMYK 0 0.99 0.80 0.57
HSL 348.33º 0.98% 0.22% -
HSV(B) 348.33º 0.99% 0.43% -
XYZ 6.46 3.33 1.06 -
YUV 35.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 109 1 22 0 0.99 0.80 0.57 348.33 0.98 0.22
Hex 6D 1 16 0 63 50 39 15C 62 16
Octal 155 1 26 0 143 120 71 534 142 26
Binary 1101101 1 10110 0 1100011 1010000 111001 101011100 1100010 10110

Color Harmonies of #6D0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0116

Black with #6D0116

Text Example


Text Example

White with #6D0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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