#741D4A

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

Shades of Pompadour #741D4A

Tints of Pompadour #741D4A

Color information

#741D4A (or 0x741D4A) is unknown color: approx Pompadour. HEX triplet: 74, 1D and 4A. RGB value is (116,29,74). Sum of RGB (Red+Green+Blue) = 116+29+74=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #741D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D4A is #8BE2B5. Grayscale: #3C3C3C. Windows color (decimal): -9167542 or 4857204. OLE color: 4857204.

HSL color Cylindrical-coordinate representation of color #741D4A: hue angle of 328.97º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D4A is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1162974-
CMYK00.750.360.55
HSL328.97º60%28.43%-
HSV(B)328.97º75%45.49%-
XYZ8.885.096.99-
YUV60.14135.82167.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=52.97%
G=13.24%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116297400.750.360.55328.976028.43
Hex741D4A04B24371493c1c
Octal16435112011344675117434
Binary11101001110110010100100101110010011011110100100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741D4A; }

 p { color: rgb(116,29,74); }

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

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

 a { background-color: rgb(116,29,74); }

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

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

 span { border-color: rgb(116,29,74); }

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