#751c51

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

Shades of Pompadour #751C51

Tints of Pompadour #751C51

Color information

#751C51 (or 0x751C51) is unknown color: approx Pompadour. HEX triplet: 75, 1C and 51. RGB value is (117,28,81). Sum of RGB (Red+Green+Blue) = 117+28+81=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #751C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C51 is #8AE3AE. Grayscale: #3C3C3C. Windows color (decimal): -9102255 or 5315701. OLE color: 5315701.

HSL color Cylindrical-coordinate representation of color #751C51: hue angle of 324.27º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751C51 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1172881-
CMYK00.760.310.54
HSL324.27º61.38%28.43%-
HSV(B)324.27º76.07%45.88%-
XYZ9.245.218.3-
YUV60.65139.49168.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 28 (11.33% from 255) = 12.39%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=51.77%
G=12.39%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117288100.760.310.54324.2761.3828.43
Hex751C5104C1F361443d1c
Octal16534121011437665047534
Binary1110101111001010001010011001111111011010100010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751c51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751c51; }

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

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

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

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

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

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

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

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