#741953

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

Shades of Pompadour #741953

Tints of Pompadour #741953

Color information

#741953 (or 0x741953) is unknown color: approx Pompadour. HEX triplet: 74, 19 and 53. RGB value is (116,25,83). Sum of RGB (Red+Green+Blue) = 116+25+83=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #741953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741953 is #8BE6AC. Grayscale: #3A3A3A. Windows color (decimal): -9168557 or 5446004. OLE color: 5446004.

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

Color convert

RGB1162583-
CMYK00.780.280.55
HSL321.76º64.54%27.65%-
HSV(B)321.76º78.45%45.49%-
XYZ9.115.038.67-
YUV58.82141.65168.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=51.79%
G=11.16%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116258300.780.280.55321.7664.5427.65
Hex74195304E1C37142411c
Octal164311230116346750210134
Binary11101001100110100110100111011100110111101000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741953; }

 p { color: rgb(116,25,83); }

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

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

 a { background-color: rgb(116,25,83); }

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

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

 span { border-color: rgb(116,25,83); }

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