#742155

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

Shades of Pompadour #742155

Tints of Pompadour #742155

Color information

#742155 (or 0x742155) is unknown color: approx Pompadour. HEX triplet: 74, 21 and 55. RGB value is (116,33,85). Sum of RGB (Red+Green+Blue) = 116+33+85=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #742155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742155 is #8BDEAA. Grayscale: #3F3F3F. Windows color (decimal): -9166507 or 5579124. OLE color: 5579124.

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

Color convert

RGB1163385-
CMYK00.720.270.55
HSL322.41º55.7%29.22%-
HSV(B)322.41º71.55%45.49%-
XYZ9.395.469.15-
YUV63.74140165.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=49.57%
G=14.10%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116338500.720.270.55322.4155.729.22
Hex7421550481B37142381d
Octal16441125011033675027035
Binary11101001000011010101010010001101111011110100001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742155; }

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

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

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

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

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

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

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

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