Html Css Color HEX #6E061D Burgundy

📋 copy color: '#6E061D'

red 110 ◦ green 6 ◦ blue 29

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

Shades of Burgundy #6E061D

Tints of Burgundy #6E061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

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

R = 75.86%
G = 4.14%
B = 20%

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

#6E061D (or 0x6E061D) is known color: Burgundy. HEX triplet: 6E, 06 and 1D. RGB value is (110,6,29). Sum of RGB (Red+Green+Blue) = 110+6+29=145 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.86% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 110 - color contains mainly: red. Hex color #6E061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E061D is #91F9E2. Grayscale: #272727. Windows color (decimal): -9566691 or 1902190. OLE color: 1902190.

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

Color convert

RGB 110 6 29 -
CMYK 0 0.95 0.74 0.57
HSL 346.73º 0.9% 0.23% -
HSV(B) 346.73º 0.95% 0.43% -
XYZ 6.72 3.53 1.49 -
YUV 39.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 110 6 29 0 0.95 0.74 0.57 346.73 0.9 0.23
Hex 6E 6 1D 0 5F 4A 39 15B 5A 17
Octal 156 6 35 0 137 112 71 533 132 27
Binary 1101110 110 11101 0 1011111 1001010 111001 101011011 1011010 10111

Color Harmonies of #6E061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E061D

Black with #6E061D

Text Example


Text Example

White with #6E061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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