#60193F

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

Shades of Pompadour #60193F

Tints of Pompadour #60193F

Color information

#60193F (or 0x60193F) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 3F. RGB value is (96,25,63). Sum of RGB (Red+Green+Blue) = 96+25+63=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #60193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60193F is #9FE6C0. Grayscale: #323232. Windows color (decimal): -10479297 or 4135264. OLE color: 4135264.

HSL color Cylindrical-coordinate representation of color #60193F: hue angle of 327.89º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60193F is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB962563-
CMYK00.740.340.62
HSL327.89º58.68%23.73%-
HSV(B)327.89º73.96%37.65%-
XYZ6.073.545.07-
YUV50.56135.02160.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 63 (25% from 255) = 34.24%
R=52.17%
G=13.59%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96256300.740.340.62327.8958.6823.73
Hex60193F04A223E1483b18
Octal1403177011242765107330
Binary1100000110011111110100101010001011111010100100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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