#6D1F50

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

Shades of Pompadour #6D1F50

Tints of Pompadour #6D1F50

Color information

#6D1F50 (or 0x6D1F50) is unknown color: approx Pompadour. HEX triplet: 6D, 1F and 50. RGB value is (109,31,80). Sum of RGB (Red+Green+Blue) = 109+31+80=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1F50 is #92E0AF. Grayscale: #3B3B3B. Windows color (decimal): -9625776 or 5250925. OLE color: 5250925.

HSL color Cylindrical-coordinate representation of color #6D1F50: hue angle of 322.31º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1F50 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB1093180-
CMYK00.720.270.57
HSL322.31º55.71%27.45%-
HSV(B)322.31º71.56%42.75%-
XYZ8.244.818.08-
YUV59.91139.34163.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.55%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=49.55%
G=14.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109318000.720.270.57322.3155.7127.45
Hex6D1F500481B39142381b
Octal15537120011033715027033
Binary1101101111111010000010010001101111100110100001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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