#5C204A

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

Shades of Pompadour #5C204A

Tints of Pompadour #5C204A

Color information

#5C204A (or 0x5C204A) is unknown color: approx Pompadour. HEX triplet: 5C, 20 and 4A. RGB value is (92,32,74). Sum of RGB (Red+Green+Blue) = 92+32+74=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C204A is #A3DFB5. Grayscale: #363636. Windows color (decimal): -10739638 or 4857948. OLE color: 4857948.

HSL color Cylindrical-coordinate representation of color #5C204A: hue angle of 318º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C204A is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB923274-
CMYK00.650.200.64
HSL318º48.39%24.31%-
HSV(B)318º65.22%36.08%-
XYZ6.173.86.89-
YUV54.73138.88154.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.46%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=46.46%
G=16.16%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92327400.650.200.6431848.3924.31
Hex5C204A041144013e3018
Octal134401120101241004766030
Binary101110010000010010100100000110100100000010011111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C204A; }

 p { color: rgb(92,32,74); }

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

<style>
 a { background-color: #5C204A; }

 a { background-color: rgb(92,32,74); }

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

<style>
 span { border-color: #5C204A; }

 span { border-color: rgb(92,32,74); }

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