#6E032A

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

Shades of Burgundy #6E032A

Tints of Burgundy #6E032A

Color information

#6E032A (or 0x6E032A) is unknown color: approx Burgundy. HEX triplet: 6E, 03 and 2A. RGB value is (110,3,42). Sum of RGB (Red+Green+Blue) = 110+3+42=155 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.97% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 110 - color contains mainly: red. Hex color #6E032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E032A is #91FCD5. Grayscale: #272727. Windows color (decimal): -9567446 or 2753390. OLE color: 2753390.

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

Color convert

RGB110342-
CMYK00.970.620.57
HSL338.13º94.69%22.16%-
HSV(B)338.13º97.27%43.14%-
XYZ6.883.552.51-
YUV39.44129.45178.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 70.97%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=70.97%
G=1.94%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11034200.970.620.57338.1394.6922.16
Hex6E32A0613E391525f16
Octal1563520141767152213726
Binary11011101110101001100001111110111001101010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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