#5C274A

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

Shades of Pompadour #5C274A

Tints of Pompadour #5C274A

Color information

#5C274A (or 0x5C274A) is unknown color: approx Pompadour. HEX triplet: 5C, 27 and 4A. RGB value is (92,39,74). Sum of RGB (Red+Green+Blue) = 92+39+74=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C274A is #A3D8B5. Grayscale: #3A3A3A. Windows color (decimal): -10737846 or 4859740. OLE color: 4859740.

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

Color convert

RGB923974-
CMYK00.580.200.64
HSL320.38º40.46%25.69%-
HSV(B)320.38º57.61%36.08%-
XYZ6.384.226.96-
YUV58.84136.56151.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=44.88%
G=19.02%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92397400.580.200.64320.3840.4625.69
Hex5C274A03A1440140281a
Octal13447112072241005005032
Binary10111001001111001010011101010100100000010100000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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