Html Css Color HEX #6E090D Burgundy

📋 copy color: '#6E090D'

red 110 ◦ green 9 ◦ blue 13

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

Shades of Burgundy #6E090D

Tints of Burgundy #6E090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 83.33%
G = 6.82%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6E090D (or 0x6E090D) is known color: Burgundy. HEX triplet: 6E, 09 and 0D. RGB value is (110,9,13). Sum of RGB (Red+Green+Blue) = 110+9+13=132 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.33% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 110 - color contains mainly: red. Hex color #6E090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E090D is #91F6F2. Grayscale: #272727. Windows color (decimal): -9565939 or 854382. OLE color: 854382.

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

Color convert

RGB 110 9 13 -
CMYK 0 0.92 0.88 0.57
HSL 357.62º 0.85% 0.23% -
HSV(B) 357.62º 0.92% 0.43% -
XYZ 6.6 3.54 0.72 -
YUV 39.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 110 9 13 0 0.92 0.88 0.57 357.62 0.85 0.23
Hex 6E 9 D 0 5C 58 39 166 55 17
Octal 156 11 15 0 134 130 71 546 125 27
Binary 1101110 1001 1101 0 1011100 1011000 111001 101100110 1010101 10111

Color Harmonies of #6E090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E090D

Black with #6E090D

Text Example


Text Example

White with #6E090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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