#6D1550

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

Shades of Pompadour #6D1550

Tints of Pompadour #6D1550

Color information

#6D1550 (or 0x6D1550) is unknown color: approx Pompadour. HEX triplet: 6D, 15 and 50. RGB value is (109,21,80). Sum of RGB (Red+Green+Blue) = 109+21+80=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1550 is #92EAAF. Grayscale: #353535. Windows color (decimal): -9628336 or 5248365. OLE color: 5248365.

HSL color Cylindrical-coordinate representation of color #6D1550: hue angle of 319.77º 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 #6D1550 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB1092180-
CMYK00.810.270.57
HSL319.77º67.69%25.49%-
HSV(B)319.77º80.73%42.75%-
XYZ8.024.378.01-
YUV54.04142.65167.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=51.90%
G=10%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109218000.810.270.57319.7767.6925.49
Hex6D15500511B391404419
Octal155251200121337150010431
Binary11011011010110100000101000111011111001101000000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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