Html Css Color HEX #6E0A1F Burgundy

📋 copy color: '#6E0A1F'

red 110 ◦ green 10 ◦ blue 31

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

Shades of Burgundy #6E0A1F

Tints of Burgundy #6E0A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 72.85%
G = 6.62%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E0A1F (or 0x6E0A1F) is known color: Burgundy. HEX triplet: 6E, 0A and 1F. RGB value is (110,10,31). Sum of RGB (Red+Green+Blue) = 110+10+31=151 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.85% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0A1F is #91F5E0. Grayscale: #2A2A2A. Windows color (decimal): -9565665 or 2034286. OLE color: 2034286.

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

Color convert

RGB 110 10 31 -
CMYK 0 0.91 0.72 0.57
HSL 347.4º 0.83% 0.24% -
HSV(B) 347.4º 0.91% 0.43% -
XYZ 6.79 3.63 1.64 -
YUV 42.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 110 10 31 0 0.91 0.72 0.57 347.4 0.83 0.24
Hex 6E A 1F 0 5B 48 39 15B 53 18
Octal 156 12 37 0 133 110 71 533 123 30
Binary 1101110 1010 11111 0 1011011 1001000 111001 101011011 1010011 11000

Color Harmonies of #6E0A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0A1F

Black with #6E0A1F

Text Example


Text Example

White with #6E0A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,10,31); }

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

background-color css

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

 a { background-color: rgb(110,10,31); }

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

border-color css

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

 span { border-color: rgb(110,10,31); }

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