#75194A

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

Shades of Pompadour #75194A

Tints of Pompadour #75194A

Color information

#75194A (or 0x75194A) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 4A. RGB value is (117,25,74). Sum of RGB (Red+Green+Blue) = 117+25+74=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75194A is #8AE6B5. Grayscale: #393939. Windows color (decimal): -9103030 or 4856181. OLE color: 4856181.

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

Color convert

RGB1172574-
CMYK00.790.370.54
HSL328.04º64.79%27.84%-
HSV(B)328.04º78.63%45.88%-
XYZ8.924.976.97-
YUV58.09136.98170.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=54.17%
G=11.57%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117257400.790.370.54328.0464.7927.84
Hex75194A04F2536148411c
Octal165311120117456651010134
Binary111010111001100101001001111100101110110101001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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