#6C144F

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

Shades of Pompadour #6C144F

Tints of Pompadour #6C144F

Color information

#6C144F (or 0x6C144F) is unknown color: approx Pompadour. HEX triplet: 6C, 14 and 4F. RGB value is (108,20,79). Sum of RGB (Red+Green+Blue) = 108+20+79=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C144F is #93EBB0. Grayscale: #343434. Windows color (decimal): -9694129 or 5182572. OLE color: 5182572.

HSL color Cylindrical-coordinate representation of color #6C144F: hue angle of 319.77º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C144F is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1082079-
CMYK00.810.270.58
HSL319.77º68.75%25.1%-
HSV(B)319.77º81.48%42.35%-
XYZ7.854.257.8-
YUV53.04142.65167.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=52.17%
G=9.66%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108207900.810.270.58319.7768.7525.1
Hex6C144F0511B3A1404519
Octal154241170121337250010531
Binary11011001010010011110101000111011111010101000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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