#6D1E51

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

Shades of Pompadour #6D1E51

Tints of Pompadour #6D1E51

Color information

#6D1E51 (or 0x6D1E51) is unknown color: approx Pompadour. HEX triplet: 6D, 1E and 51. RGB value is (109,30,81). Sum of RGB (Red+Green+Blue) = 109+30+81=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E51 is #92E1AE. Grayscale: #3B3B3B. Windows color (decimal): -9626031 or 5316205. OLE color: 5316205.

HSL color Cylindrical-coordinate representation of color #6D1E51: hue angle of 321.27º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1E51 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1093081-
CMYK00.720.260.57
HSL321.27º56.83%27.25%-
HSV(B)321.27º72.48%42.75%-
XYZ8.264.778.27-
YUV59.44140.17163.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.55%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=49.55%
G=13.64%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109308100.720.260.57321.2756.8327.25
Hex6D1E510481A39141391b
Octal15536121011032715017133
Binary1101101111101010001010010001101011100110100000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,30,81); }

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

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

 a { background-color: rgb(109,30,81); }

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

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

 span { border-color: rgb(109,30,81); }

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