#75193C

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

Shades of Pompadour #75193C

Tints of Pompadour #75193C

Color information

#75193C (or 0x75193C) is unknown color: approx Pompadour. HEX triplet: 75, 19 and 3C. RGB value is (117,25,60). Sum of RGB (Red+Green+Blue) = 117+25+60=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75193C is #8AE6C3. Grayscale: #383838. Windows color (decimal): -9103044 or 3938677. OLE color: 3938677.

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

Color convert

RGB1172560-
CMYK00.790.490.54
HSL337.17º64.79%27.84%-
HSV(B)337.17º78.63%45.88%-
XYZ8.54.84.75-
YUV56.5129.98171.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=57.92%
G=12.38%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117256000.790.490.54337.1764.7927.84
Hex75193C04F3136151411c
Octal16531740117616652110134
Binary11101011100111110001001111110001110110101010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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