#6D154F

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

Shades of Pompadour #6D154F

Tints of Pompadour #6D154F

Color information

#6D154F (or 0x6D154F) is unknown color: approx Pompadour. HEX triplet: 6D, 15 and 4F. RGB value is (109,21,79). Sum of RGB (Red+Green+Blue) = 109+21+79=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D154F is #92EAB0. Grayscale: #353535. Windows color (decimal): -9628337 or 5182829. OLE color: 5182829.

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

Color convert

RGB1092179-
CMYK00.810.280.57
HSL320.45º67.69%25.49%-
HSV(B)320.45º80.73%42.75%-
XYZ7.994.357.82-
YUV53.92142.15167.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.15%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=52.15%
G=10.05%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109217900.810.280.57320.4567.6925.49
Hex6D154F0511C391404419
Octal155251170121347150010431
Binary11011011010110011110101000111100111001101000000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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