#742048

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

Shades of Pompadour #742048

Tints of Pompadour #742048

Color information

#742048 (or 0x742048) is unknown color: approx Pompadour. HEX triplet: 74, 20 and 48. RGB value is (116,32,72). Sum of RGB (Red+Green+Blue) = 116+32+72=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #742048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742048 is #8BDFB7. Grayscale: #3D3D3D. Windows color (decimal): -9166776 or 4726900. OLE color: 4726900.

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

Color convert

RGB1163272-
CMYK00.720.380.55
HSL331.43º56.76%29.02%-
HSV(B)331.43º72.41%45.49%-
XYZ8.895.216.67-
YUV61.68133.83166.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=52.73%
G=14.55%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116327200.720.380.55331.4356.7629.02
Hex742048048263714b391d
Octal16440110011046675137135
Binary111010010000010010000100100010011011011110100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742048; }

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

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

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

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

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

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

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

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