#60163F

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

Shades of Pompadour #60163F

Tints of Pompadour #60163F

Color information

#60163F (or 0x60163F) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 3F. RGB value is (96,22,63). Sum of RGB (Red+Green+Blue) = 96+22+63=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60163F is #9FE9C0. Grayscale: #303030. Windows color (decimal): -10480065 or 4134496. OLE color: 4134496.

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

Color convert

RGB962263-
CMYK00.770.340.62
HSL326.76º62.71%23.14%-
HSV(B)326.76º77.08%37.65%-
XYZ6.013.425.05-
YUV48.8136.02161.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 63 (25% from 255) = 34.81%
R=53.04%
G=12.15%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96226300.770.340.62326.7662.7123.14
Hex60163F04D223E1473f17
Octal1402677011542765077727
Binary1100000101101111110100110110001011111010100011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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