#75194D

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

Shades of Pompadour #75194D

Tints of Pompadour #75194D

Color information

#75194D (or 0x75194D) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 4D. RGB value is (117,25,77). Sum of RGB (Red+Green+Blue) = 117+25+77=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75194D is #8AE6B2. Grayscale: #3A3A3A. Windows color (decimal): -9103027 or 5052789. OLE color: 5052789.

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

Color convert

RGB1172577-
CMYK00.790.340.54
HSL326.09º64.79%27.84%-
HSV(B)326.09º78.63%45.88%-
XYZ9.025.017.51-
YUV58.44138.48169.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=53.42%
G=11.42%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117257700.790.340.54326.0964.7927.84
Hex75194D04F2236146411c
Octal165311150117426650610134
Binary111010111001100110101001111100010110110101000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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