Html Css Color HEX #6E092D Burgundy

📋 copy color: '#6E092D'

red 110 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #6E092D

Tints of Burgundy #6E092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 67.07%
G = 5.49%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6E092D (or 0x6E092D) is known color: Burgundy. HEX triplet: 6E, 09 and 2D. RGB value is (110,9,45). Sum of RGB (Red+Green+Blue) = 110+9+45=164 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.07% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 110 - color contains mainly: red. Hex color #6E092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E092D is #91F6D2. Grayscale: #2B2B2B. Windows color (decimal): -9565907 or 2951534. OLE color: 2951534.

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

Color convert

RGB 110 9 45 -
CMYK 0 0.92 0.59 0.57
HSL 338.61º 0.85% 0.23% -
HSV(B) 338.61º 0.92% 0.43% -
XYZ 7 3.7 2.83 -
YUV 43.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 110 9 45 0 0.92 0.59 0.57 338.61 0.85 0.23
Hex 6E 9 2D 0 5C 3B 39 153 55 17
Octal 156 11 55 0 134 73 71 523 125 27
Binary 1101110 1001 101101 0 1011100 111011 111001 101010011 1010101 10111

Color Harmonies of #6E092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E092D

Black with #6E092D

Text Example


Text Example

White with #6E092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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