#6E0028

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

Shades of Burgundy #6E0028

Tints of Burgundy #6E0028

Color information

#6E0028 (or 0x6E0028) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 28. RGB value is (110,0,40). Sum of RGB (Red+Green+Blue) = 110+0+40=150 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0028 is #91FFD7. Grayscale: #252525. Windows color (decimal): -9568216 or 2621550. OLE color: 2621550.

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

Color convert

RGB110040-
CMYK010.640.57
HSL338.18º100%21.57%-
HSV(B)338.18º100%43.14%-
XYZ6.813.472.32-
YUV37.45129.44179.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 73.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=73.33%
G=0%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110040010.640.57338.1810021.57
Hex6E02806440391526416
Octal15605001441007152214426
Binary11011100101000011001001000000111001101010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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