#75154A

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

Shades of Pompadour #75154A

Tints of Pompadour #75154A

Color information

#75154A (or 0x75154A) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 4A. RGB value is (117,21,74). Sum of RGB (Red+Green+Blue) = 117+21+74=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75154A is #8AEAB5. Grayscale: #373737. Windows color (decimal): -9104054 or 4855157. OLE color: 4855157.

HSL color Cylindrical-coordinate representation of color #75154A: hue angle of 326.88º 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 #75154A is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1172174-
CMYK00.820.370.54
HSL326.88º69.57%27.06%-
HSV(B)326.88º82.05%45.88%-
XYZ8.844.816.94-
YUV55.75138.3171.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=55.19%
G=9.91%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117217400.820.370.54326.8869.5727.06
Hex75154A0522536147461b
Octal165251120122456650710633
Binary111010110101100101001010010100101110110101000111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75154A; }

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

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

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

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

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

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

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

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