Html Css Color HEX #6E051D Burgundy

📋 copy color: '#6E051D'

red 110 ◦ green 5 ◦ blue 29

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

Shades of Burgundy #6E051D

Tints of Burgundy #6E051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 76.39%
G = 3.47%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E051D (or 0x6E051D) is known color: Burgundy. HEX triplet: 6E, 05 and 1D. RGB value is (110,5,29). Sum of RGB (Red+Green+Blue) = 110+5+29=144 (19% of max value = 765). Red value is 110 (43.36% from 255 or 76.39% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 110 - color contains mainly: red. Hex color #6E051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E051D is #91FAE2. Grayscale: #272727. Windows color (decimal): -9566947 or 1901934. OLE color: 1901934.

HSL color Cylindrical-coordinate representation of color #6E051D: hue angle of 346.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E051D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 5 29 -
CMYK 0 0.95 0.74 0.57
HSL 346.29º 0.91% 0.23% -
HSV(B) 346.29º 0.95% 0.43% -
XYZ 6.71 3.51 1.49 -
YUV 39.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 110 5 29 0 0.95 0.74 0.57 346.29 0.91 0.23
Hex 6E 5 1D 0 5F 4A 39 15A 5B 17
Octal 156 5 35 0 137 112 71 532 133 27
Binary 1101110 101 11101 0 1011111 1001010 111001 101011010 1011011 10111

Color Harmonies of #6E051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E051D

Black with #6E051D

Text Example


Text Example

White with #6E051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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