#751C4F

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

Shades of Pompadour #751C4F

Tints of Pompadour #751C4F

Color information

#751C4F (or 0x751C4F) is unknown color: approx Pompadour. HEX triplet: 75, 1C and 4F. RGB value is (117,28,79). Sum of RGB (Red+Green+Blue) = 117+28+79=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751C4F is #8AE3B0. Grayscale: #3C3C3C. Windows color (decimal): -9102257 or 5184629. OLE color: 5184629.

HSL color Cylindrical-coordinate representation of color #751C4F: hue angle of 325.62º 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 #751C4F is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1172879-
CMYK00.760.320.54
HSL325.62º61.38%28.43%-
HSV(B)325.62º76.07%45.88%-
XYZ9.165.187.91-
YUV60.42138.49168.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=52.23%
G=12.5%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117287900.760.320.54325.6261.3828.43
Hex751C4F04C20361463d1c
Octal16534117011440665067534
Binary11101011110010011110100110010000011011010100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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