#751955

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

Shades of Pompadour #751955

Tints of Pompadour #751955

Color information

#751955 (or 0x751955) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 55. RGB value is (117,25,85). Sum of RGB (Red+Green+Blue) = 117+25+85=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #751955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751955 is #8AE6AA. Grayscale: #3B3B3B. Windows color (decimal): -9103019 or 5577077. OLE color: 5577077.

HSL color Cylindrical-coordinate representation of color #751955: hue angle of 320.87º 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 #751955 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1172585-
CMYK00.790.270.54
HSL320.87º64.79%27.84%-
HSV(B)320.87º78.63%45.88%-
XYZ9.325.139.09-
YUV59.35142.48169.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=51.54%
G=11.01%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117258500.790.270.54320.8764.7927.84
Hex75195504F1B36141411c
Octal165311250117336650110134
Binary11101011100110101010100111111011110110101000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751955; }

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

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

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

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

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

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

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

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