#75194b

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

Shades of Pompadour #75194B

Tints of Pompadour #75194B

Color information

#75194B (or 0x75194B) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 4B. RGB value is (117,25,75). Sum of RGB (Red+Green+Blue) = 117+25+75=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75194B is #8AE6B4. Grayscale: #3A3A3A. Windows color (decimal): -9103029 or 4921717. OLE color: 4921717.

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

Color convert

RGB1172575-
CMYK00.790.360.54
HSL327.39º64.79%27.84%-
HSV(B)327.39º78.63%45.88%-
XYZ8.954.997.15-
YUV58.21137.48169.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=53.92%
G=11.52%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117257500.790.360.54327.3964.7927.84
Hex75194B04F2436147411c
Octal165311130117446650710134
Binary111010111001100101101001111100100110110101000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75194b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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