#5F254E

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

Shades of Pompadour #5F254E

Tints of Pompadour #5F254E

Color information

#5F254E (or 0x5F254E) is unknown color: approx Pompadour. HEX triplet: 5F, 25 and 4E. RGB value is (95,37,78). Sum of RGB (Red+Green+Blue) = 95+37+78=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 95 - color contains mainly: red. Hex color #5F254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F254E is #A0DAB1. Grayscale: #3A3A3A. Windows color (decimal): -10541746 or 5121375. OLE color: 5121375.

HSL color Cylindrical-coordinate representation of color #5F254E: hue angle of 317.59º 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 #5F254E is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB953778-
CMYK00.610.180.63
HSL317.59º43.94%25.88%-
HSV(B)317.59º61.05%37.25%-
XYZ6.764.317.68-
YUV59.02138.72153.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.24%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=45.24%
G=17.62%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95377800.610.180.63317.5943.9425.88
Hex5F254E03D123F13e2c1a
Octal1374511607522774765432
Binary1011111100101100111001111011001011111110011111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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