#751348

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

Shades of Pompadour #751348

Tints of Pompadour #751348

Color information

#751348 (or 0x751348) is unknown color: approx Pompadour. HEX triplet: 75, 13 and 48. RGB value is (117,19,72). Sum of RGB (Red+Green+Blue) = 117+19+72=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #751348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751348 is #8AECB7. Grayscale: #363636. Windows color (decimal): -9104568 or 4723573. OLE color: 4723573.

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

Color convert

RGB1171972-
CMYK00.840.380.54
HSL327.55º72.06%26.67%-
HSV(B)327.55º83.76%45.88%-
XYZ8.744.726.58-
YUV54.34137.97172.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=56.25%
G=9.13%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117197200.840.380.54327.5572.0626.67
Hex7513480542636148481b
Octal165231100124466651011033
Binary111010110011100100001010100100110110110101001000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751348; }

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

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

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

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

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

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

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

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