#751448

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

Shades of Pompadour #751448

Tints of Pompadour #751448

Color information

#751448 (or 0x751448) is unknown color: approx Pompadour. HEX triplet: 75, 14 and 48. RGB value is (117,20,72). Sum of RGB (Red+Green+Blue) = 117+20+72=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751448 is #8AEBB7. Grayscale: #363636. Windows color (decimal): -9104312 or 4723829. OLE color: 4723829.

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

Color convert

RGB1172072-
CMYK00.830.380.54
HSL327.84º70.8%26.86%-
HSV(B)327.84º82.91%45.88%-
XYZ8.764.756.59-
YUV54.93137.64172.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=55.98%
G=9.57%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117207200.830.380.54327.8470.826.86
Hex7514480532636148471b
Octal165241100123466651010733
Binary111010110100100100001010011100110110110101001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751448; }

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

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

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

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

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

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

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

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