#741454

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

Shades of Pompadour #741454

Tints of Pompadour #741454

Color information

#741454 (or 0x741454) is unknown color: approx Pompadour. HEX triplet: 74, 14 and 54. RGB value is (116,20,84). Sum of RGB (Red+Green+Blue) = 116+20+84=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #741454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741454 is #8BEBAB. Grayscale: #373737. Windows color (decimal): -9169836 or 5510260. OLE color: 5510260.

HSL color Cylindrical-coordinate representation of color #741454: hue angle of 320º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741454 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1162084-
CMYK00.830.280.55
HSL320º70.59%26.67%-
HSV(B)320º82.76%45.49%-
XYZ9.054.858.85-
YUV56143.8170.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=52.73%
G=9.09%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116208400.830.280.5532070.5926.67
Hex7414540531C37140471b
Octal164241240123346750010733
Binary11101001010010101000101001111100110111101000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741454; }

 p { color: rgb(116,20,84); }

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

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

 a { background-color: rgb(116,20,84); }

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

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

 span { border-color: rgb(116,20,84); }

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