Html Css Color HEX #6D0418 Burgundy

📋 copy color: '#6D0418'

red 109 ◦ green 4 ◦ blue 24

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

Shades of Burgundy #6D0418

Tints of Burgundy #6D0418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 79.56%
G = 2.92%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6D0418 (or 0x6D0418) is known color: Burgundy. HEX triplet: 6D, 04 and 18. RGB value is (109,4,24). Sum of RGB (Red+Green+Blue) = 109+4+24=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0418 is #92FBE7. Grayscale: #252525. Windows color (decimal): -9632744 or 1573997. OLE color: 1573997.

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

Color convert

RGB 109 4 24 -
CMYK 0 0.96 0.78 0.57
HSL 348.57º 0.93% 0.22% -
HSV(B) 348.57º 0.96% 0.43% -
XYZ 6.51 3.4 1.18 -
YUV 37.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 109 4 24 0 0.96 0.78 0.57 348.57 0.93 0.22
Hex 6D 4 18 0 60 4E 39 15D 5D 16
Octal 155 4 30 0 140 116 71 535 135 26
Binary 1101101 100 11000 0 1100000 1001110 111001 101011101 1011101 10110

Color Harmonies of #6D0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0418

Black with #6D0418

Text Example


Text Example

White with #6D0418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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