#751950

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

Shades of Pompadour #751950

Tints of Pompadour #751950

Color information

#751950 (or 0x751950) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 50. RGB value is (117,25,80). Sum of RGB (Red+Green+Blue) = 117+25+80=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751950 is #8AE6AF. Grayscale: #3A3A3A. Windows color (decimal): -9103024 or 5249397. OLE color: 5249397.

HSL color Cylindrical-coordinate representation of color #751950: hue angle of 324.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751950 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1172580-
CMYK00.790.320.54
HSL324.13º64.79%27.84%-
HSV(B)324.13º78.63%45.88%-
XYZ9.135.068.08-
YUV58.78139.98169.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=52.70%
G=11.26%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117258000.790.320.54324.1364.7927.84
Hex75195004F2036144411c
Octal165311200117406650410134
Binary111010111001101000001001111100000110110101000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751950; }

 p { color: rgb(117,25,80); }

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

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

 a { background-color: rgb(117,25,80); }

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

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

 span { border-color: rgb(117,25,80); }

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