#751351

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

Shades of Pompadour #751351

Tints of Pompadour #751351

Color information

#751351 (or 0x751351) is unknown color: approx Pompadour. HEX triplet: 75, 13 and 51. RGB value is (117,19,81). Sum of RGB (Red+Green+Blue) = 117+19+81=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #751351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751351 is #8AECAE. Grayscale: #373737. Windows color (decimal): -9104559 or 5313397. OLE color: 5313397.

HSL color Cylindrical-coordinate representation of color #751351: hue angle of 322.04º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751351 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1171981-
CMYK00.840.310.54
HSL322.04º72.06%26.67%-
HSV(B)322.04º83.76%45.88%-
XYZ9.054.848.24-
YUV55.37142.47171.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=53.92%
G=8.76%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117198100.840.310.54322.0472.0626.67
Hex7513510541F36142481b
Octal165231210124376650211033
Binary11101011001110100010101010011111110110101000010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751351; }

 p { color: rgb(117,19,81); }

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

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

 a { background-color: rgb(117,19,81); }

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

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

 span { border-color: rgb(117,19,81); }

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