#5F254A

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

Shades of Pompadour #5F254A

Tints of Pompadour #5F254A

Color information

#5F254A (or 0x5F254A) is unknown color: approx Pompadour. HEX triplet: 5F, 25 and 4A. RGB value is (95,37,74). Sum of RGB (Red+Green+Blue) = 95+37+74=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F254A is #A0DAB5. Grayscale: #3A3A3A. Windows color (decimal): -10541750 or 4859231. OLE color: 4859231.

HSL color Cylindrical-coordinate representation of color #5F254A: hue angle of 321.72º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F254A is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB953774-
CMYK00.610.220.63
HSL321.72º43.94%25.88%-
HSV(B)321.72º61.05%37.25%-
XYZ6.624.256.95-
YUV58.56136.72153.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=46.12%
G=17.96%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95377400.610.220.63321.7243.9425.88
Hex5F254A03D163F1422c1a
Octal1374511207526775025432
Binary1011111100101100101001111011011011111110100001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,37,74); }

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

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

 a { background-color: rgb(95,37,74); }

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

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

 span { border-color: rgb(95,37,74); }

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