#6D144F

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

Shades of Pompadour #6D144F

Tints of Pompadour #6D144F

Color information

#6D144F (or 0x6D144F) is unknown color: approx Pompadour. HEX triplet: 6D, 14 and 4F. RGB value is (109,20,79). Sum of RGB (Red+Green+Blue) = 109+20+79=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D144F is #92EBB0. Grayscale: #353535. Windows color (decimal): -9628593 or 5182573. OLE color: 5182573.

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

Color convert

RGB1092079-
CMYK00.820.280.57
HSL320.22º68.99%25.29%-
HSV(B)320.22º81.65%42.75%-
XYZ7.974.327.81-
YUV53.34142.49167.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.40%
GREEN value IS 20 (8.20% from 255) = 9.62%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=52.40%
G=9.62%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109207900.820.280.57320.2268.9925.29
Hex6D144F0521C391404519
Octal155241170122347150010531
Binary11011011010010011110101001011100111001101000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,20,79); }

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

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

 a { background-color: rgb(109,20,79); }

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

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

 span { border-color: rgb(109,20,79); }

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