#741249

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

Shades of Pompadour #741249

Tints of Pompadour #741249

Color information

#741249 (or 0x741249) is unknown color: approx Pompadour. HEX triplet: 74, 12 and 49. RGB value is (116,18,73). Sum of RGB (Red+Green+Blue) = 116+18+73=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #741249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741249 is #8BEDB6. Grayscale: #353535. Windows color (decimal): -9170359 or 4788852. OLE color: 4788852.

HSL color Cylindrical-coordinate representation of color #741249: hue angle of 326.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741249 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1161873-
CMYK00.840.370.55
HSL326.33º73.13%26.27%-
HSV(B)326.33º84.48%45.49%-
XYZ8.624.636.74-
YUV53.57138.97172.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=56.04%
G=8.70%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116187300.840.370.55326.3373.1326.27
Hex7412490542537146491a
Octal164221110124456750611132
Binary111010010010100100101010100100101110111101000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741249; }

 p { color: rgb(116,18,73); }

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

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

 a { background-color: rgb(116,18,73); }

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

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

 span { border-color: rgb(116,18,73); }

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