#741254

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

Shades of Pompadour #741254

Tints of Pompadour #741254

Color information

#741254 (or 0x741254) is unknown color: approx Pompadour. HEX triplet: 74, 12 and 54. RGB value is (116,18,84). Sum of RGB (Red+Green+Blue) = 116+18+84=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #741254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741254 is #8BEDAB. Grayscale: #363636. Windows color (decimal): -9170348 or 5509748. OLE color: 5509748.

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

Color convert

RGB1161884-
CMYK00.840.280.55
HSL319.59º73.13%26.27%-
HSV(B)319.59º84.48%45.49%-
XYZ9.024.798.84-
YUV54.83144.47171.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=53.21%
G=8.26%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116188400.840.280.55319.5973.1326.27
Hex7412540541C37140491a
Octal164221240124346750011132
Binary11101001001010101000101010011100110111101000000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741254; }

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

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

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

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

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

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

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

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