#60314D

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

Shades of Pompadour #60314D

Tints of Pompadour #60314D

Color information

#60314D (or 0x60314D) is unknown color: approx Pompadour. HEX triplet: 60, 31 and 4D. RGB value is (96,49,77). Sum of RGB (Red+Green+Blue) = 96+49+77=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60314D is #9FCEB2. Grayscale: #424242. Windows color (decimal): -10473139 or 5058912. OLE color: 5058912.

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

Color convert

RGB964977-
CMYK00.490.200.62
HSL324.26º32.41%28.43%-
HSV(B)324.26º48.96%37.65%-
XYZ7.265.227.65-
YUV66.24134.07149.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=43.24%
G=22.07%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96497700.490.200.62324.2632.4128.43
Hex60314D031143E144201c
Octal1406111506124765044034
Binary1100000110001100110101100011010011111010100010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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