#6E0017

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

Shades of Burgundy #6E0017

Tints of Burgundy #6E0017

Color information

#6E0017 (or 0x6E0017) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 17. RGB value is (110,0,23). Sum of RGB (Red+Green+Blue) = 110+0+23=133 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.71% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0017 is #91FFE8. Grayscale: #232323. Windows color (decimal): -9568233 or 1507438. OLE color: 1507438.

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

Color convert

RGB110023-
CMYK010.790.57
HSL347.45º100%21.57%-
HSV(B)347.45º100%43.14%-
XYZ6.593.381.12-
YUV35.51120.94181.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 82.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=82.71%
G=0%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110023010.790.57347.4510021.57
Hex6E0170644F3915b6416
Octal15602701441177153314426
Binary1101110010111011001001001111111001101011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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