#60164A

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

Shades of Pompadour #60164A

Tints of Pompadour #60164A

Color information

#60164A (or 0x60164A) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 4A. RGB value is (96,22,74). Sum of RGB (Red+Green+Blue) = 96+22+74=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60164A is #9FE9B5. Grayscale: #313131. Windows color (decimal): -10480054 or 4855392. OLE color: 4855392.

HSL color Cylindrical-coordinate representation of color #60164A: hue angle of 317.84º 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 #60164A is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB962274-
CMYK00.770.230.62
HSL317.84º62.71%23.14%-
HSV(B)317.84º77.08%37.65%-
XYZ6.353.566.83-
YUV50.05141.52160.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=50%
G=11.46%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96227400.770.230.62317.8462.7123.14
Hex60164A04D173E13e3f17
Octal14026112011527764767727
Binary1100000101101001010010011011011111111010011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60164A; }

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

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

<style>
 a { background-color: #60164A; }

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

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

<style>
 span { border-color: #60164A; }

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

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