#751A48

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

Shades of Pompadour #751A48

Tints of Pompadour #751A48

Color information

#751A48 (or 0x751A48) is unknown color: approx Pompadour. HEX triplet: 75, 1A and 48. RGB value is (117,26,72). Sum of RGB (Red+Green+Blue) = 117+26+72=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #751A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A48 is #8AE5B7. Grayscale: #3A3A3A. Windows color (decimal): -9102776 or 4725365. OLE color: 4725365.

HSL color Cylindrical-coordinate representation of color #751A48: hue angle of 329.67º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A48 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1172672-
CMYK00.780.380.54
HSL329.67º63.64%28.04%-
HSV(B)329.67º77.78%45.88%-
XYZ8.884.996.63-
YUV58.45135.65169.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=54.42%
G=12.09%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117267200.780.380.54329.6763.6428.04
Hex751A4804E263614a401c
Octal165321100116466651210034
Binary111010111010100100001001110100110110110101001010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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