Html Css Color HEX #6E011D Burgundy

📋 copy color: '#6E011D'

red 110 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #6E011D

Tints of Burgundy #6E011D

RGB

 RED value IS 110 (43.36% from 255) = 78.57%

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

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 78.57%
G = 0.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E011D (or 0x6E011D) is known color: Burgundy. HEX triplet: 6E, 01 and 1D. RGB value is (110,1,29). Sum of RGB (Red+Green+Blue) = 110+1+29=140 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.57% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 110 - color contains mainly: red. Hex color #6E011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E011D is #91FEE2. Grayscale: #242424. Windows color (decimal): -9567971 or 1900910. OLE color: 1900910.

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

Color convert

RGB 110 1 29 -
CMYK 0 0.99 0.74 0.57
HSL 344.59º 0.98% 0.22% -
HSV(B) 344.59º 0.99% 0.43% -
XYZ 6.66 3.43 1.47 -
YUV 36.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 110 1 29 0 0.99 0.74 0.57 344.59 0.98 0.22
Hex 6E 1 1D 0 63 4A 39 159 62 16
Octal 156 1 35 0 143 112 71 531 142 26
Binary 1101110 1 11101 0 1100011 1001010 111001 101011001 1100010 10110

Color Harmonies of #6E011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E011D

Black with #6E011D

Text Example


Text Example

White with #6E011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,1,29); }

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

background-color css

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

 a { background-color: rgb(110,1,29); }

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

border-color css

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

 span { border-color: rgb(110,1,29); }

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