#741951

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

Shades of Pompadour #741951

Tints of Pompadour #741951

Color information

#741951 (or 0x741951) is unknown color: approx Pompadour. HEX triplet: 74, 19 and 51. RGB value is (116,25,81). Sum of RGB (Red+Green+Blue) = 116+25+81=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741951 is #8BE6AE. Grayscale: #3A3A3A. Windows color (decimal): -9168559 or 5314932. OLE color: 5314932.

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

Color convert

RGB1162581-
CMYK00.780.300.55
HSL323.08º64.54%27.65%-
HSV(B)323.08º78.45%45.49%-
XYZ9.0458.27-
YUV58.59140.65168.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=52.25%
G=11.26%
B=36.49%

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
Decimal116258100.780.300.55323.0864.5427.65
Hex74195104E1E37143411c
Octal164311210116366750310134
Binary11101001100110100010100111011110110111101000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741951; }

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

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

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

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

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

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

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

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