#75134C

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

Shades of Pompadour #75134C

Tints of Pompadour #75134C

Color information

#75134C (or 0x75134C) is unknown color: approx Pompadour. HEX triplet: 75, 13 and 4C. RGB value is (117,19,76). Sum of RGB (Red+Green+Blue) = 117+19+76=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75134C is #8AECB3. Grayscale: #363636. Windows color (decimal): -9104564 or 4985717. OLE color: 4985717.

HSL color Cylindrical-coordinate representation of color #75134C: hue angle of 325.1º 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 #75134C is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1171976-
CMYK00.840.350.54
HSL325.1º72.06%26.67%-
HSV(B)325.1º83.76%45.88%-
XYZ8.874.777.29-
YUV54.8139.97172.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=55.19%
G=8.96%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117197600.840.350.54325.172.0626.67
Hex75134C0542336145481b
Octal165231140124436650511033
Binary111010110011100110001010100100011110110101000101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75134C; }

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

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

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

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

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

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

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

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