#6E000A

Color #6E000A Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #6E000A

Tints of Burgundy #6E000A

Color information

#6E000A (or 0x6E000A) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 0A. RGB value is (110,0,10). Sum of RGB (Red+Green+Blue) = 110+0+10=120 (15% of max value = 765). Red value is 110 (43.36% from 255 or 91.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 110 - color contains mainly: red. Hex color #6E000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E000A is #91FFF5. Grayscale: #222222. Windows color (decimal): -9568246 or 655470. OLE color: 655470.

HSL color Cylindrical-coordinate representation of color #6E000A: hue angle of 354.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E000A is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB110010-
CMYK010.910.57
HSL354.55º100%21.57%-
HSV(B)354.55º100%43.14%-
XYZ6.493.340.59-
YUV34.03114.44182.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 91.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=91.67%
G=0%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110010010.910.57354.5510021.57
Hex6E0A0645B391636416
Octal15601201441337154314426
Binary110111001010011001001011011111001101100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E000A;
 }
 .AnyTagClassName
 {
   color: #6E000A;
 }
</style>
background-color css

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

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

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

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

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

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