Html Css Color HEX #6D041E Burgundy

📋 copy color: '#6D041E'

red 109 ◦ green 4 ◦ blue 30

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

Shades of Burgundy #6D041E

Tints of Burgundy #6D041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.98%

R = 76.22%
G = 2.8%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D041E (or 0x6D041E) is known color: Burgundy. HEX triplet: 6D, 04 and 1E. RGB value is (109,4,30). Sum of RGB (Red+Green+Blue) = 109+4+30=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D041E is #92FBE1. Grayscale: #262626. Windows color (decimal): -9632738 or 1967213. OLE color: 1967213.

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

Color convert

RGB 109 4 30 -
CMYK 0 0.96 0.72 0.57
HSL 345.14º 0.93% 0.22% -
HSV(B) 345.14º 0.96% 0.43% -
XYZ 6.58 3.43 1.54 -
YUV 38.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 109 4 30 0 0.96 0.72 0.57 345.14 0.93 0.22
Hex 6D 4 1E 0 60 48 39 159 5D 16
Octal 155 4 36 0 140 110 71 531 135 26
Binary 1101101 100 11110 0 1100000 1001000 111001 101011001 1011101 10110

Color Harmonies of #6D041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D041E

Black with #6D041E

Text Example


Text Example

White with #6D041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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