#5C154A

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

Shades of Pompadour #5C154A

Tints of Pompadour #5C154A

Color information

#5C154A (or 0x5C154A) is unknown color: approx Pompadour. HEX triplet: 5C, 15 and 4A. RGB value is (92,21,74). Sum of RGB (Red+Green+Blue) = 92+21+74=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C154A is #A3EAB5. Grayscale: #303030. Windows color (decimal): -10742454 or 4855132. OLE color: 4855132.

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

Color convert

RGB922174-
CMYK00.770.200.64
HSL315.21º62.83%22.16%-
HSV(B)315.21º77.17%36.08%-
XYZ5.923.316.8-
YUV48.27142.52159.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.20%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=49.20%
G=11.23%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92217400.770.200.64315.2162.8322.16
Hex5C154A04D144013b3f16
Octal134251120115241004737726
Binary10111001010110010100100110110100100000010011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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