#74204C

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

Shades of Pompadour #74204C

Tints of Pompadour #74204C

Color information

#74204C (or 0x74204C) is unknown color: approx Pompadour. HEX triplet: 74, 20 and 4C. RGB value is (116,32,76). Sum of RGB (Red+Green+Blue) = 116+32+76=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74204C is #8BDFB3. Grayscale: #3E3E3E. Windows color (decimal): -9166772 or 4989044. OLE color: 4989044.

HSL color Cylindrical-coordinate representation of color #74204C: hue angle of 328.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74204C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1163276-
CMYK00.720.340.55
HSL328.57º56.76%29.02%-
HSV(B)328.57º72.41%45.49%-
XYZ9.025.277.38-
YUV62.13135.83166.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 32 (12.89% from 255) = 14.29%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=51.79%
G=14.29%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116327600.720.340.55328.5756.7629.02
Hex74204C0482237149391d
Octal16440114011042675117135
Binary111010010000010011000100100010001011011110100100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74204C; }

 p { color: rgb(116,32,76); }

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

<style>
 a { background-color: #74204C; }

 a { background-color: rgb(116,32,76); }

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

<style>
 span { border-color: #74204C; }

 span { border-color: rgb(116,32,76); }

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