#75184E

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

Shades of Pompadour #75184E

Tints of Pompadour #75184E

Color information

#75184E (or 0x75184E) is unknown color: approx Pompadour. HEX triplet: 75, 18 and 4E. RGB value is (117,24,78). Sum of RGB (Red+Green+Blue) = 117+24+78=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75184E is #8AE7B1. Grayscale: #393939. Windows color (decimal): -9103282 or 5118069. OLE color: 5118069.

HSL color Cylindrical-coordinate representation of color #75184E: hue angle of 325.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75184E is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1172478-
CMYK00.790.330.54
HSL325.16º65.96%27.65%-
HSV(B)325.16º79.49%45.88%-
XYZ9.044.997.69-
YUV57.96139.31170.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=53.42%
G=10.96%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117247800.790.330.54325.1665.9627.65
Hex75184E04F2136145421c
Octal165301160117416650510234
Binary111010111000100111001001111100001110110101000101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75184E; }

 p { color: rgb(117,24,78); }

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

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

 a { background-color: rgb(117,24,78); }

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

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

 span { border-color: rgb(117,24,78); }

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