#6E032B

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

Shades of Burgundy #6E032B

Tints of Burgundy #6E032B

Color information

#6E032B (or 0x6E032B) is unknown color: approx Burgundy. HEX triplet: 6E, 03 and 2B. RGB value is (110,3,43). Sum of RGB (Red+Green+Blue) = 110+3+43=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E032B is #91FCD4. Grayscale: #272727. Windows color (decimal): -9567445 or 2818926. OLE color: 2818926.

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

Color convert

RGB110343-
CMYK00.970.610.57
HSL337.57º94.69%22.16%-
HSV(B)337.57º97.27%43.14%-
XYZ6.93.552.61-
YUV39.55129.95178.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 70.51%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=70.51%
G=1.92%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11034300.970.610.57337.5794.6922.16
Hex6E32B0613D391525f16
Octal1563530141757152213726
Binary11011101110101101100001111101111001101010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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