#6E021F

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

Shades of Burgundy #6E021F

Tints of Burgundy #6E021F

Color information

#6E021F (or 0x6E021F) is unknown color: approx Burgundy. HEX triplet: 6E, 02 and 1F. RGB value is (110,2,31). Sum of RGB (Red+Green+Blue) = 110+2+31=143 (18% of max value = 765). Red value is 110 (43.36% from 255 or 76.92% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 110 - color contains mainly: red. Hex color #6E021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E021F is #91FDE0. Grayscale: #252525. Windows color (decimal): -9567713 or 2032238. OLE color: 2032238.

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

Color convert

RGB110231-
CMYK00.980.720.57
HSL343.89º96.43%21.96%-
HSV(B)343.89º98.18%43.14%-
XYZ6.73.461.61-
YUV37.6124.28179.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 76.92%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=76.92%
G=1.40%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11023100.980.720.57343.8996.4321.96
Hex6E21F06248391586016
Octal15623701421107153014026
Binary11011101011111011000101001000111001101011000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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