Html Css Color HEX #6E041E Burgundy

📋 copy color: '#6E041E'

red 110 ◦ green 4 ◦ blue 30

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

Shades of Burgundy #6E041E

Tints of Burgundy #6E041E

RGB

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

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

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

R = 76.39%
G = 2.78%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6E041E (or 0x6E041E) is known color: Burgundy. HEX triplet: 6E, 04 and 1E. RGB value is (110,4,30). Sum of RGB (Red+Green+Blue) = 110+4+30=144 (19% of max value = 765). Red value is 110 (43.36% from 255 or 76.39% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 110 - color contains mainly: red. Hex color #6E041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E041E is #91FBE1. Grayscale: #262626. Windows color (decimal): -9567202 or 1967214. OLE color: 1967214.

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

Color convert

RGB 110 4 30 -
CMYK 0 0.96 0.73 0.57
HSL 345.28º 0.93% 0.22% -
HSV(B) 345.28º 0.96% 0.43% -
XYZ 6.71 3.5 1.55 -
YUV 38.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 110 4 30 0 0.96 0.73 0.57 345.28 0.93 0.22
Hex 6E 4 1E 0 60 49 39 159 5D 16
Octal 156 4 36 0 140 111 71 531 135 26
Binary 1101110 100 11110 0 1100000 1001001 111001 101011001 1011101 10110

Color Harmonies of #6E041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E041E

Black with #6E041E

Text Example


Text Example

White with #6E041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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