Html Css Color HEX #6E092C Burgundy

📋 copy color: '#6E092C'

red 110 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #6E092C

Tints of Burgundy #6E092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.99%

R = 67.48%
G = 5.52%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#6E092C (or 0x6E092C) is known color: Burgundy. HEX triplet: 6E, 09 and 2C. RGB value is (110,9,44). Sum of RGB (Red+Green+Blue) = 110+9+44=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E092C is #91F6D3. Grayscale: #2B2B2B. Windows color (decimal): -9565908 or 2885998. OLE color: 2885998.

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

Color convert

RGB 110 9 44 -
CMYK 0 0.92 0.6 0.57
HSL 339.21º 0.85% 0.23% -
HSV(B) 339.21º 0.92% 0.43% -
XYZ 6.98 3.69 2.73 -
YUV 43.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 110 9 44 0 0.92 0.6 0.57 339.21 0.85 0.23
Hex 6E 9 2C 0 5C 3C 39 153 55 17
Octal 156 11 54 0 134 74 71 523 125 27
Binary 1101110 1001 101100 0 1011100 111100 111001 101010011 1010101 10111

Color Harmonies of #6E092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E092C

Black with #6E092C

Text Example


Text Example

White with #6E092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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