#742054

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

Shades of Pompadour #742054

Tints of Pompadour #742054

Color information

#742054 (or 0x742054) is unknown color: approx Pompadour. HEX triplet: 74, 20 and 54. RGB value is (116,32,84). Sum of RGB (Red+Green+Blue) = 116+32+84=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #742054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742054 is #8BDFAB. Grayscale: #3E3E3E. Windows color (decimal): -9166764 or 5513332. OLE color: 5513332.

HSL color Cylindrical-coordinate representation of color #742054: hue angle of 322.86º 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 #742054 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1163284-
CMYK00.720.280.55
HSL322.86º56.76%29.02%-
HSV(B)322.86º72.41%45.49%-
XYZ9.325.398.94-
YUV63.04139.83165.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=50%
G=13.79%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116328400.720.280.55322.8656.7629.02
Hex7420540481C37143391d
Octal16440124011034675037135
Binary11101001000001010100010010001110011011110100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742054; }

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

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

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

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

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

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

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

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