#5F314C

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

Shades of Pompadour #5F314C

Tints of Pompadour #5F314C

Color information

#5F314C (or 0x5F314C) is unknown color: approx Pompadour. HEX triplet: 5F, 31 and 4C. RGB value is (95,49,76). Sum of RGB (Red+Green+Blue) = 95+49+76=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F314C is #A0CEB3. Grayscale: #414141. Windows color (decimal): -10538676 or 4993375. OLE color: 4993375.

HSL color Cylindrical-coordinate representation of color #5F314C: hue angle of 324.78º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F314C is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB954976-
CMYK00.480.200.63
HSL324.78º31.94%28.24%-
HSV(B)324.78º48.42%37.25%-
XYZ7.125.157.46-
YUV65.83133.74148.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.18%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=43.18%
G=22.27%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95497600.480.200.63324.7831.9428.24
Hex5F314C030143F145201c
Octal1376111406024775054034
Binary1011111110001100110001100001010011111110100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,49,76); }

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

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

 a { background-color: rgb(95,49,76); }

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

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

 span { border-color: rgb(95,49,76); }

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