#75174D

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

Shades of Pompadour #75174D

Tints of Pompadour #75174D

Color information

#75174D (or 0x75174D) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 4D. RGB value is (117,23,77). Sum of RGB (Red+Green+Blue) = 117+23+77=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75174D is #8AE8B2. Grayscale: #393939. Windows color (decimal): -9103539 or 5052277. OLE color: 5052277.

HSL color Cylindrical-coordinate representation of color #75174D: hue angle of 325.53º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75174D is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1172377-
CMYK00.800.340.54
HSL325.53º67.14%27.45%-
HSV(B)325.53º80.34%45.88%-
XYZ8.984.937.5-
YUV57.26139.14170.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=53.92%
G=10.60%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117237700.800.340.54325.5367.1427.45
Hex75174D0502236146431b
Octal165271150120426650610333
Binary111010110111100110101010000100010110110101000110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75174D; }

 p { color: rgb(117,23,77); }

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

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

 a { background-color: rgb(117,23,77); }

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

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

 span { border-color: rgb(117,23,77); }

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