#742252

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

Shades of Pompadour #742252

Tints of Pompadour #742252

Color information

#742252 (or 0x742252) is unknown color: approx Pompadour. HEX triplet: 74, 22 and 52. RGB value is (116,34,82). Sum of RGB (Red+Green+Blue) = 116+34+82=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #742252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742252 is #8BDDAD. Grayscale: #3F3F3F. Windows color (decimal): -9166254 or 5382772. OLE color: 5382772.

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

Color convert

RGB1163482-
CMYK00.710.290.55
HSL324.88º54.67%29.41%-
HSV(B)324.88º70.69%45.49%-
XYZ9.35.478.55-
YUV63.99138.17165.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=50%
G=14.66%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116348200.710.290.55324.8854.6729.41
Hex7422520471D37145371d
Octal16442122010735675056735
Binary11101001000101010010010001111110111011110100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742252; }

 p { color: rgb(116,34,82); }

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

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

 a { background-color: rgb(116,34,82); }

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

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

 span { border-color: rgb(116,34,82); }

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