#74154A

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

Shades of Pompadour #74154A

Tints of Pompadour #74154A

Color information

#74154A (or 0x74154A) is unknown color: approx Pompadour. HEX triplet: 74, 15 and 4A. RGB value is (116,21,74). Sum of RGB (Red+Green+Blue) = 116+21+74=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74154A is #8BEAB5. Grayscale: #373737. Windows color (decimal): -9169590 or 4855156. OLE color: 4855156.

HSL color Cylindrical-coordinate representation of color #74154A: hue angle of 326.53º 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 #74154A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1162174-
CMYK00.820.360.55
HSL326.53º69.34%26.86%-
HSV(B)326.53º81.9%45.49%-
XYZ8.714.746.94-
YUV55.45138.47171.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=54.98%
G=9.95%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116217400.820.360.55326.5369.3426.86
Hex74154A0522437147451b
Octal164251120122446750710533
Binary111010010101100101001010010100100110111101000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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