#6E0B2A

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

Shades of Burgundy #6E0B2A

Tints of Burgundy #6E0B2A

Color information

#6E0B2A (or 0x6E0B2A) is unknown color: approx Burgundy. HEX triplet: 6E, 0B and 2A. RGB value is (110,11,42). Sum of RGB (Red+Green+Blue) = 110+11+42=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0B2A is #91F4D5. Grayscale: #2C2C2C. Windows color (decimal): -9565398 or 2755438. OLE color: 2755438.

HSL color Cylindrical-coordinate representation of color #6E0B2A: hue angle of 341.21º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B2A is Cyan = 0, Magento = 0.9, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1101142-
CMYK00.90.620.57
HSL341.21º81.82%23.73%-
HSV(B)341.21º90%43.14%-
XYZ6.973.722.54-
YUV44.14126.8174.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 67.48%
GREEN value IS 11 (4.69% from 255) = 6.75%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=67.48%
G=6.75%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110114200.90.620.57341.2181.8223.73
Hex6EB2A05A3E391555218
Octal15613520132767152512230
Binary1101110101110101001011010111110111001101010101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,42); }

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

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

 a { background-color: rgb(110,11,42); }

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

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

 span { border-color: rgb(110,11,42); }

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