Html Css Color HEX #6E090A Burgundy

📋 copy color: '#6E090A'

red 110 ◦ green 9 ◦ blue 10

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

Shades of Burgundy #6E090A

Tints of Burgundy #6E090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.75%

R = 85.27%
G = 6.98%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6E090A (or 0x6E090A) is known color: Burgundy. HEX triplet: 6E, 09 and 0A. RGB value is (110,9,10). Sum of RGB (Red+Green+Blue) = 110+9+10=129 (17% of max value = 765). Red value is 110 (43.36% from 255 or 85.27% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 110 - color contains mainly: red. Hex color #6E090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E090A is #91F6F5. Grayscale: #272727. Windows color (decimal): -9565942 or 657774. OLE color: 657774.

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

Color convert

RGB 110 9 10 -
CMYK 0 0.92 0.91 0.57
HSL 359.41º 0.85% 0.23% -
HSV(B) 359.41º 0.92% 0.43% -
XYZ 6.58 3.53 0.62 -
YUV 39.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 110 9 10 0 0.92 0.91 0.57 359.41 0.85 0.23
Hex 6E 9 A 0 5C 5B 39 167 55 17
Octal 156 11 12 0 134 133 71 547 125 27
Binary 1101110 1001 1010 0 1011100 1011011 111001 101100111 1010101 10111

Color Harmonies of #6E090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E090A

Black with #6E090A

Text Example


Text Example

White with #6E090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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