#60164D

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

Shades of Pompadour #60164D

Tints of Pompadour #60164D

Color information

#60164D (or 0x60164D) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 4D. RGB value is (96,22,77). Sum of RGB (Red+Green+Blue) = 96+22+77=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60164D is #9FE9B2. Grayscale: #323232. Windows color (decimal): -10480051 or 5052000. OLE color: 5052000.

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

Color convert

RGB962277-
CMYK00.770.200.62
HSL315.41º62.71%23.14%-
HSV(B)315.41º77.08%37.65%-
XYZ6.453.67.38-
YUV50.4143.02160.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=49.23%
G=11.28%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96227700.770.200.62315.4162.7123.14
Hex60164D04D143E13b3f17
Octal14026115011524764737727
Binary1100000101101001101010011011010011111010011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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