Html Css Color HEX #6D0412 Burgundy

📋 copy color: '#6D0412'

red 109 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #6D0412

Tints of Burgundy #6D0412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.74%

R = 83.21%
G = 3.05%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D0412 (or 0x6D0412) is known color: Burgundy. HEX triplet: 6D, 04 and 12. RGB value is (109,4,18). Sum of RGB (Red+Green+Blue) = 109+4+18=131 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.21% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0412 is #92FBED. Grayscale: #252525. Windows color (decimal): -9632750 or 1180781. OLE color: 1180781.

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

Color convert

RGB 109 4 18 -
CMYK 0 0.96 0.83 0.57
HSL 352º 0.93% 0.22% -
HSV(B) 352º 0.96% 0.43% -
XYZ 6.46 3.38 0.88 -
YUV 36.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 109 4 18 0 0.96 0.83 0.57 352 0.93 0.22
Hex 6D 4 12 0 60 53 39 160 5D 16
Octal 155 4 22 0 140 123 71 540 135 26
Binary 1101101 100 10010 0 1100000 1010011 111001 101100000 1011101 10110

Color Harmonies of #6D0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0412

Black with #6D0412

Text Example


Text Example

White with #6D0412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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