#6E244C

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

Shades of Pompadour #6E244C

Tints of Pompadour #6E244C

Color information

#6E244C (or 0x6E244C) is unknown color: approx Pompadour. HEX triplet: 6E, 24 and 4C. RGB value is (110,36,76). Sum of RGB (Red+Green+Blue) = 110+36+76=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E244C is #91DBB3. Grayscale: #3E3E3E. Windows color (decimal): -9558964 or 4990062. OLE color: 4990062.

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

Color convert

RGB1103676-
CMYK00.670.310.57
HSL327.57º50.68%28.63%-
HSV(B)327.57º67.27%43.14%-
XYZ8.375.17.38-
YUV62.69135.52161.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.55%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=49.55%
G=16.22%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110367600.670.310.57327.5750.6828.63
Hex6E244C0431F39148331d
Octal15644114010337715106335
Binary11011101001001001100010000111111111100110100100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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