#6E052B

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

Shades of Burgundy #6E052B

Tints of Burgundy #6E052B

Color information

#6E052B (or 0x6E052B) is unknown color: approx Burgundy. HEX triplet: 6E, 05 and 2B. RGB value is (110,5,43). Sum of RGB (Red+Green+Blue) = 110+5+43=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E052B is #91FAD4. Grayscale: #282828. Windows color (decimal): -9566933 or 2819438. OLE color: 2819438.

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

Color convert

RGB110543-
CMYK00.950.610.57
HSL338.29º91.3%22.55%-
HSV(B)338.29º95.45%43.14%-
XYZ6.923.62.62-
YUV40.73129.29177.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 69.62%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=69.62%
G=3.16%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11054300.950.610.57338.2991.322.55
Hex6E52B05F3D391525b17
Octal1565530137757152213327
Binary110111010110101101011111111101111001101010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,5,43); }

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

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

 a { background-color: rgb(110,5,43); }

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

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

 span { border-color: rgb(110,5,43); }

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