#6D1D50

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

Shades of Pompadour #6D1D50

Tints of Pompadour #6D1D50

Color information

#6D1D50 (or 0x6D1D50) is unknown color: approx Pompadour. HEX triplet: 6D, 1D and 50. RGB value is (109,29,80). Sum of RGB (Red+Green+Blue) = 109+29+80=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1D50 is #92E2AF. Grayscale: #3A3A3A. Windows color (decimal): -9626288 or 5250413. OLE color: 5250413.

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

Color convert

RGB1092980-
CMYK00.730.270.57
HSL321.75º57.97%27.06%-
HSV(B)321.75º73.39%42.75%-
XYZ8.194.718.07-
YUV58.73140163.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=50%
G=13.30%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109298000.730.270.57321.7557.9727.06
Hex6D1D500491B391423a1b
Octal15535120011133715027233
Binary1101101111011010000010010011101111100110100001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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