#6D244C

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

Shades of Pompadour #6D244C

Tints of Pompadour #6D244C

Color information

#6D244C (or 0x6D244C) is unknown color: approx Pompadour. HEX triplet: 6D, 24 and 4C. RGB value is (109,36,76). Sum of RGB (Red+Green+Blue) = 109+36+76=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D244C is #92DBB3. Grayscale: #3E3E3E. Windows color (decimal): -9624500 or 4990061. OLE color: 4990061.

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

Color convert

RGB1093676-
CMYK00.670.300.57
HSL327.12º50.34%28.43%-
HSV(B)327.12º66.97%42.75%-
XYZ8.245.037.37-
YUV62.39135.68161.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.32%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=49.32%
G=16.29%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109367600.670.300.57327.1250.3428.43
Hex6D244C0431E39147321c
Octal15544114010336715076234
Binary11011011001001001100010000111111011100110100011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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