Html Css Color HEX #6E090F Burgundy

📋 copy color: '#6E090F'

red 110 ◦ green 9 ◦ blue 15

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

Shades of Burgundy #6E090F

Tints of Burgundy #6E090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 82.09%
G = 6.72%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E090F (or 0x6E090F) is known color: Burgundy. HEX triplet: 6E, 09 and 0F. RGB value is (110,9,15). Sum of RGB (Red+Green+Blue) = 110+9+15=134 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.09% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 110 - color contains mainly: red. Hex color #6E090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E090F is #91F6F0. Grayscale: #272727. Windows color (decimal): -9565937 or 985454. OLE color: 985454.

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

Color convert

RGB 110 9 15 -
CMYK 0 0.92 0.86 0.57
HSL 356.44º 0.85% 0.23% -
HSV(B) 356.44º 0.92% 0.43% -
XYZ 6.61 3.54 0.79 -
YUV 39.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 110 9 15 0 0.92 0.86 0.57 356.44 0.85 0.23
Hex 6E 9 F 0 5C 56 39 164 55 17
Octal 156 11 17 0 134 126 71 544 125 27
Binary 1101110 1001 1111 0 1011100 1010110 111001 101100100 1010101 10111

Color Harmonies of #6E090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E090F

Black with #6E090F

Text Example


Text Example

White with #6E090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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