#60164E

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

Shades of Pompadour #60164E

Tints of Pompadour #60164E

Color information

#60164E (or 0x60164E) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 4E. RGB value is (96,22,78). Sum of RGB (Red+Green+Blue) = 96+22+78=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60164E is #9FE9B1. Grayscale: #323232. Windows color (decimal): -10480050 or 5117536. OLE color: 5117536.

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

Color convert

RGB962278-
CMYK00.770.190.62
HSL314.59º62.71%23.14%-
HSV(B)314.59º77.08%37.65%-
XYZ6.493.617.56-
YUV50.51143.52160.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=48.98%
G=11.22%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96227800.770.190.62314.5962.7123.14
Hex60164E04D133E13b3f17
Octal14026116011523764737727
Binary1100000101101001110010011011001111111010011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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