#6D1D4C

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

Shades of Pompadour #6D1D4C

Tints of Pompadour #6D1D4C

Color information

#6D1D4C (or 0x6D1D4C) is unknown color: approx Pompadour. HEX triplet: 6D, 1D and 4C. RGB value is (109,29,76). Sum of RGB (Red+Green+Blue) = 109+29+76=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D4C is #92E2B3. Grayscale: #3A3A3A. Windows color (decimal): -9626292 or 4988269. OLE color: 4988269.

HSL color Cylindrical-coordinate representation of color #6D1D4C: hue angle of 324.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 #6D1D4C is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB1092976-
CMYK00.730.300.57
HSL324.75º57.97%27.06%-
HSV(B)324.75º73.39%42.75%-
XYZ8.054.657.31-
YUV58.28138164.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.93%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=50.93%
G=13.55%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109297600.730.300.57324.7557.9727.06
Hex6D1D4C0491E391453a1b
Octal15535114011136715057233
Binary1101101111011001100010010011111011100110100010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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