#741A51

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

Shades of Pompadour #741A51

Tints of Pompadour #741A51

Color information

#741A51 (or 0x741A51) is unknown color: approx Pompadour. HEX triplet: 74, 1A and 51. RGB value is (116,26,81). Sum of RGB (Red+Green+Blue) = 116+26+81=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #741A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A51 is #8BE5AE. Grayscale: #3B3B3B. Windows color (decimal): -9168303 or 5315188. OLE color: 5315188.

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

Color convert

RGB1162681-
CMYK00.780.300.55
HSL323.33º63.38%27.84%-
HSV(B)323.33º77.59%45.49%-
XYZ9.065.058.28-
YUV59.18140.32168.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=52.02%
G=11.66%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116268100.780.300.55323.3363.3827.84
Hex741A5104E1E371433f1c
Octal16432121011636675037734
Binary1110100110101010001010011101111011011110100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,26,81); }

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

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

 a { background-color: rgb(116,26,81); }

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

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

 span { border-color: rgb(116,26,81); }

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