Html Css Color HEX #6E091A Burgundy

📋 copy color: '#6E091A'

red 110 ◦ green 9 ◦ blue 26

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

Shades of Burgundy #6E091A

Tints of Burgundy #6E091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 75.86%
G = 6.21%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E091A (or 0x6E091A) is known color: Burgundy. HEX triplet: 6E, 09 and 1A. RGB value is (110,9,26). Sum of RGB (Red+Green+Blue) = 110+9+26=145 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.86% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 110 - color contains mainly: red. Hex color #6E091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E091A is #91F6E5. Grayscale: #292929. Windows color (decimal): -9565926 or 1706350. OLE color: 1706350.

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

Color convert

RGB 110 9 26 -
CMYK 0 0.92 0.76 0.57
HSL 349.9º 0.85% 0.23% -
HSV(B) 349.9º 0.92% 0.43% -
XYZ 6.71 3.58 1.32 -
YUV 41.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 110 9 26 0 0.92 0.76 0.57 349.9 0.85 0.23
Hex 6E 9 1A 0 5C 4C 39 15E 55 17
Octal 156 11 32 0 134 114 71 536 125 27
Binary 1101110 1001 11010 0 1011100 1001100 111001 101011110 1010101 10111

Color Harmonies of #6E091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E091A

Black with #6E091A

Text Example


Text Example

White with #6E091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,9,26); }

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

background-color css

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

 a { background-color: rgb(110,9,26); }

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

border-color css

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

 span { border-color: rgb(110,9,26); }

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