#60314E

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

Shades of Pompadour #60314E

Tints of Pompadour #60314E

Color information

#60314E (or 0x60314E) is unknown color: approx Pompadour. HEX triplet: 60, 31 and 4E. RGB value is (96,49,78). Sum of RGB (Red+Green+Blue) = 96+49+78=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #60314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60314E is #9FCEB1. Grayscale: #424242. Windows color (decimal): -10473138 or 5124448. OLE color: 5124448.

HSL color Cylindrical-coordinate representation of color #60314E: hue angle of 322.98º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60314E is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB964978-
CMYK00.490.190.62
HSL322.98º32.41%28.43%-
HSV(B)322.98º48.96%37.65%-
XYZ7.35.237.83-
YUV66.36134.57149.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=43.05%
G=21.97%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96497800.490.190.62322.9832.4128.43
Hex60314E031133E143201c
Octal1406111606123765034034
Binary1100000110001100111001100011001111111010100001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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