#6E224A

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

Shades of Pompadour #6E224A

Tints of Pompadour #6E224A

Color information

#6E224A (or 0x6E224A) is unknown color: approx Pompadour. HEX triplet: 6E, 22 and 4A. RGB value is (110,34,74). Sum of RGB (Red+Green+Blue) = 110+34+74=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E224A is #91DDB5. Grayscale: #3D3D3D. Windows color (decimal): -9559478 or 4858478. OLE color: 4858478.

HSL color Cylindrical-coordinate representation of color #6E224A: hue angle of 328.42º 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 #6E224A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB1103474-
CMYK00.690.330.57
HSL328.42º52.78%28.24%-
HSV(B)328.42º69.09%43.14%-
XYZ8.244.957-
YUV61.28135.18162.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.46%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=50.46%
G=15.60%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110347400.690.330.57328.4252.7828.24
Hex6E224A0452139148351c
Octal15642112010541715106534
Binary110111010001010010100100010110000111100110100100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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