#74154E

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

Shades of Pompadour #74154E

Tints of Pompadour #74154E

Color information

#74154E (or 0x74154E) is unknown color: approx Pompadour. HEX triplet: 74, 15 and 4E. RGB value is (116,21,78). Sum of RGB (Red+Green+Blue) = 116+21+78=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74154E is #8BEAB1. Grayscale: #373737. Windows color (decimal): -9169586 or 5117300. OLE color: 5117300.

HSL color Cylindrical-coordinate representation of color #74154E: hue angle of 324º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74154E is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1162178-
CMYK00.820.330.55
HSL324º69.34%26.86%-
HSV(B)324º81.9%45.49%-
XYZ8.854.87.67-
YUV55.9140.47170.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=53.95%
G=9.77%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116217800.820.330.5532469.3426.86
Hex74154E0522137144451b
Octal164251160122416750410533
Binary111010010101100111001010010100001110111101000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74154E; }

 p { color: rgb(116,21,78); }

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

<style>
 a { background-color: #74154E; }

 a { background-color: rgb(116,21,78); }

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

<style>
 span { border-color: #74154E; }

 span { border-color: rgb(116,21,78); }

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