#6E154A

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

Shades of Pompadour #6E154A

Tints of Pompadour #6E154A

Color information

#6E154A (or 0x6E154A) is unknown color: approx Pompadour. HEX triplet: 6E, 15 and 4A. RGB value is (110,21,74). Sum of RGB (Red+Green+Blue) = 110+21+74=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E154A is #91EAB5. Grayscale: #353535. Windows color (decimal): -9562806 or 4855150. OLE color: 4855150.

HSL color Cylindrical-coordinate representation of color #6E154A: hue angle of 324.27º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E154A is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB1102174-
CMYK00.810.330.57
HSL324.27º67.94%25.69%-
HSV(B)324.27º80.91%43.14%-
XYZ7.934.356.9-
YUV53.65139.49168.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.66%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=53.66%
G=10.24%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110217400.810.330.57324.2767.9425.69
Hex6E154A0512139144441a
Octal156251120121417150410432
Binary110111010101100101001010001100001111001101000100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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