#6D1149

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

Shades of Pompadour #6D1149

Tints of Pompadour #6D1149

Color information

#6D1149 (or 0x6D1149) is unknown color: approx Pompadour. HEX triplet: 6D, 11 and 49. RGB value is (109,17,73). Sum of RGB (Red+Green+Blue) = 109+17+73=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1149 is #92EEB6. Grayscale: #323232. Windows color (decimal): -9629367 or 4788589. OLE color: 4788589.

HSL color Cylindrical-coordinate representation of color #6D1149: hue angle of 323.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1149 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB1091773-
CMYK00.840.330.57
HSL323.48º73.02%24.71%-
HSV(B)323.48º84.4%42.75%-
XYZ7.714.136.69-
YUV50.89140.48169.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=54.77%
G=8.54%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109177300.840.330.57323.4873.0224.71
Hex6D114905421391434919
Octal155211110124417150311131
Binary110110110001100100101010100100001111001101000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,73); }

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

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

 a { background-color: rgb(109,17,73); }

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

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

 span { border-color: rgb(109,17,73); }

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