#6E0027

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

Shades of Burgundy #6E0027

Tints of Burgundy #6E0027

Color information

#6E0027 (or 0x6E0027) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 27. RGB value is (110,0,39). Sum of RGB (Red+Green+Blue) = 110+0+39=149 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.83% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0027 is #91FFD8. Grayscale: #252525. Windows color (decimal): -9568217 or 2556014. OLE color: 2556014.

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

Color convert

RGB110039-
CMYK010.650.57
HSL338.73º100%21.57%-
HSV(B)338.73º100%43.14%-
XYZ6.83.462.23-
YUV37.34128.94179.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 73.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=73.83%
G=0%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110039010.650.57338.7310021.57
Hex6E02706441391536416
Octal15604701441017152314426
Binary11011100100111011001001000001111001101010011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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