#742154

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

Shades of Pompadour #742154

Tints of Pompadour #742154

Color information

#742154 (or 0x742154) is unknown color: approx Pompadour. HEX triplet: 74, 21 and 54. RGB value is (116,33,84). Sum of RGB (Red+Green+Blue) = 116+33+84=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #742154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742154 is #8BDEAB. Grayscale: #3F3F3F. Windows color (decimal): -9166508 or 5513588. OLE color: 5513588.

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

Color convert

RGB1163384-
CMYK00.720.280.55
HSL323.13º55.7%29.22%-
HSV(B)323.13º71.55%45.49%-
XYZ9.355.448.95-
YUV63.63139.5165.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=49.79%
G=14.16%
B=36.05%

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
Decimal116338400.720.280.55323.1355.729.22
Hex7421540481C37143381d
Octal16441124011034675037035
Binary11101001000011010100010010001110011011110100001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742154; }

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

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

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

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

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

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

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

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