#751548

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

Shades of Pompadour #751548

Tints of Pompadour #751548

Color information

#751548 (or 0x751548) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 48. RGB value is (117,21,72). Sum of RGB (Red+Green+Blue) = 117+21+72=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #751548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751548 is #8AEAB7. Grayscale: #373737. Windows color (decimal): -9104056 or 4724085. OLE color: 4724085.

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

Color convert

RGB1172172-
CMYK00.820.380.54
HSL328.12º69.57%27.06%-
HSV(B)328.12º82.05%45.88%-
XYZ8.774.796.59-
YUV55.52137.3171.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=55.71%
G=10%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117217200.820.380.54328.1269.5727.06
Hex7515480522636148461b
Octal165251100122466651010633
Binary111010110101100100001010010100110110110101001000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751548; }

 p { color: rgb(117,21,72); }

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

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

 a { background-color: rgb(117,21,72); }

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

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

 span { border-color: rgb(117,21,72); }

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