#751D4E

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

Shades of Pompadour #751D4E

Tints of Pompadour #751D4E

Color information

#751D4E (or 0x751D4E) is unknown color: approx Pompadour. HEX triplet: 75, 1D and 4E. RGB value is (117,29,78). Sum of RGB (Red+Green+Blue) = 117+29+78=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D4E is #8AE2B1. Grayscale: #3C3C3C. Windows color (decimal): -9102002 or 5119349. OLE color: 5119349.

HSL color Cylindrical-coordinate representation of color #751D4E: hue angle of 326.59º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D4E is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1172978-
CMYK00.750.330.54
HSL326.59º60.27%28.63%-
HSV(B)326.59º75.21%45.88%-
XYZ9.155.217.73-
YUV60.9137.65168.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 29 (11.72% from 255) = 12.95%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=52.23%
G=12.95%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117297800.750.330.54326.5960.2728.63
Hex751D4E04B21361473c1d
Octal16535116011341665077435
Binary11101011110110011100100101110000111011010100011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,29,78); }

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

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

 a { background-color: rgb(117,29,78); }

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

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

 span { border-color: rgb(117,29,78); }

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