#6E0213

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

Shades of Burgundy #6E0213

Tints of Burgundy #6E0213

Color information

#6E0213 (or 0x6E0213) is unknown color: approx Burgundy. HEX triplet: 6E, 02 and 13. RGB value is (110,2,19). Sum of RGB (Red+Green+Blue) = 110+2+19=131 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.97% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0213 is #91FDEC. Grayscale: #242424. Windows color (decimal): -9567725 or 1245806. OLE color: 1245806.

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

Color convert

RGB110219-
CMYK00.980.830.57
HSL350.56º96.43%21.96%-
HSV(B)350.56º98.18%43.14%-
XYZ6.573.410.93-
YUV36.23118.28180.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 83.97%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=83.97%
G=1.53%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11021900.980.830.57350.5696.4321.96
Hex6E213062533915f6016
Octal15622301421237153714026
Binary11011101010011011000101010011111001101011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,2,19); }

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

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

 a { background-color: rgb(110,2,19); }

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

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

 span { border-color: rgb(110,2,19); }

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