Html Css Color HEX #6D011E Burgundy

📋 copy color: '#6D011E'

red 109 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #6D011E

Tints of Burgundy #6D011E

RGB

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

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

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

R = 77.86%
G = 0.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D011E (or 0x6D011E) is known color: Burgundy. HEX triplet: 6D, 01 and 1E. RGB value is (109,1,30). Sum of RGB (Red+Green+Blue) = 109+1+30=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D011E is #92FEE1. Grayscale: #242424. Windows color (decimal): -9633506 or 1966445. OLE color: 1966445.

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

Color convert

RGB 109 1 30 -
CMYK 0 0.99 0.72 0.57
HSL 343.89º 0.98% 0.22% -
HSV(B) 343.89º 0.99% 0.43% -
XYZ 6.55 3.37 1.53 -
YUV 36.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 109 1 30 0 0.99 0.72 0.57 343.89 0.98 0.22
Hex 6D 1 1E 0 63 48 39 158 62 16
Octal 155 1 36 0 143 110 71 530 142 26
Binary 1101101 1 11110 0 1100011 1001000 111001 101011000 1100010 10110

Color Harmonies of #6D011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D011E

Black with #6D011E

Text Example


Text Example

White with #6D011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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