Html Css Color HEX #6D0416 Burgundy

📋 copy color: '#6D0416'

red 109 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #6D0416

Tints of Burgundy #6D0416

RGB

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

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

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

R = 80.74%
G = 2.96%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.57

RGB Variations

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

Color information

#6D0416 (or 0x6D0416) is known color: Burgundy. HEX triplet: 6D, 04 and 16. RGB value is (109,4,22). Sum of RGB (Red+Green+Blue) = 109+4+22=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0416 is #92FBE9. Grayscale: #252525. Windows color (decimal): -9632746 or 1442925. OLE color: 1442925.

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

Color convert

RGB 109 4 22 -
CMYK 0 0.96 0.80 0.57
HSL 349.71º 0.93% 0.22% -
HSV(B) 349.71º 0.96% 0.43% -
XYZ 6.49 3.4 1.07 -
YUV 37.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 109 4 22 0 0.96 0.80 0.57 349.71 0.93 0.22
Hex 6D 4 16 0 60 50 39 15E 5D 16
Octal 155 4 26 0 140 120 71 536 135 26
Binary 1101101 100 10110 0 1100000 1010000 111001 101011110 1011101 10110

Color Harmonies of #6D0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0416

Black with #6D0416

Text Example


Text Example

White with #6D0416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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