#75173C

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

Shades of Pompadour #75173C

Tints of Pompadour #75173C

Color information

#75173C (or 0x75173C) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 3C. RGB value is (117,23,60). Sum of RGB (Red+Green+Blue) = 117+23+60=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75173C is #8AE8C3. Grayscale: #373737. Windows color (decimal): -9103556 or 3938165. OLE color: 3938165.

HSL color Cylindrical-coordinate representation of color #75173C: hue angle of 336.38º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75173C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1172360-
CMYK00.800.490.54
HSL336.38º67.14%27.45%-
HSV(B)336.38º80.34%45.88%-
XYZ8.464.724.74-
YUV55.32130.64171.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=58.5%
G=11.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117236000.800.490.54336.3867.1427.45
Hex75173C0503136150431b
Octal16527740120616652010333
Binary11101011011111110001010000110001110110101010000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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