#60324E

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

Shades of Pompadour #60324E

Tints of Pompadour #60324E

Color information

#60324E (or 0x60324E) is unknown color: approx Pompadour. HEX triplet: 60, 32 and 4E. RGB value is (96,50,78). Sum of RGB (Red+Green+Blue) = 96+50+78=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60324E is #9FCDB1. Grayscale: #424242. Windows color (decimal): -10472882 or 5124704. OLE color: 5124704.

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

Color convert

RGB965078-
CMYK00.480.190.62
HSL323.48º31.51%28.63%-
HSV(B)323.48º47.92%37.65%-
XYZ7.345.327.85-
YUV66.95134.24148.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=42.86%
G=22.32%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96507800.480.190.62323.4831.5128.63
Hex60324E030133E143201d
Octal1406211606023765034035
Binary1100000110010100111001100001001111111010100001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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