#75193F

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

Shades of Pompadour #75193F

Tints of Pompadour #75193F

Color information

#75193F (or 0x75193F) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 3F. RGB value is (117,25,63). Sum of RGB (Red+Green+Blue) = 117+25+63=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #75193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75193F is #8AE6C0. Grayscale: #383838. Windows color (decimal): -9103041 or 4135285. OLE color: 4135285.

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

Color convert

RGB1172563-
CMYK00.790.460.54
HSL335.22º64.79%27.84%-
HSV(B)335.22º78.63%45.88%-
XYZ8.584.845.18-
YUV56.84131.48170.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 63 (25% from 255) = 30.73%
R=57.07%
G=12.20%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117256300.790.460.54335.2264.7927.84
Hex75193F04F2E3614f411c
Octal16531770117566651710134
Binary11101011100111111101001111101110110110101001111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75193F; }

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

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

<style>
 a { background-color: #75193F; }

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

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

<style>
 span { border-color: #75193F; }

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

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