#6E224C

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

Shades of Pompadour #6E224C

Tints of Pompadour #6E224C

Color information

#6E224C (or 0x6E224C) is unknown color: approx Pompadour. HEX triplet: 6E, 22 and 4C. RGB value is (110,34,76). Sum of RGB (Red+Green+Blue) = 110+34+76=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E224C is #91DDB3. Grayscale: #3D3D3D. Windows color (decimal): -9559476 or 4989550. OLE color: 4989550.

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

Color convert

RGB1103476-
CMYK00.690.310.57
HSL326.84º52.78%28.24%-
HSV(B)326.84º69.09%43.14%-
XYZ8.314.987.36-
YUV61.51136.18162.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=50%
G=15.45%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110347600.690.310.57326.8452.7828.24
Hex6E224C0451F39147351c
Octal15642114010537715076534
Binary11011101000101001100010001011111111100110100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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