#751248

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

Shades of Pompadour #751248

Tints of Pompadour #751248

Color information

#751248 (or 0x751248) is unknown color: approx Pompadour. HEX triplet: 75, 12 and 48. RGB value is (117,18,72). Sum of RGB (Red+Green+Blue) = 117+18+72=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #751248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751248 is #8AEDB7. Grayscale: #353535. Windows color (decimal): -9104824 or 4723317. OLE color: 4723317.

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

Color convert

RGB1171872-
CMYK00.850.380.54
HSL327.27º73.33%26.47%-
HSV(B)327.27º84.62%45.88%-
XYZ8.724.686.57-
YUV53.76138.3173.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=56.52%
G=8.70%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117187200.850.380.54327.2773.3326.47
Hex7512480552636147491a
Octal165221100125466650711132
Binary111010110010100100001010101100110110110101000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751248; }

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

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

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

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

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

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

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

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