#5F274E

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

Shades of Pompadour #5F274E

Tints of Pompadour #5F274E

Color information

#5F274E (or 0x5F274E) is unknown color: approx Pompadour. HEX triplet: 5F, 27 and 4E. RGB value is (95,39,78). Sum of RGB (Red+Green+Blue) = 95+39+78=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F274E is #A0D8B1. Grayscale: #3C3C3C. Windows color (decimal): -10541234 or 5121887. OLE color: 5121887.

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

Color convert

RGB953978-
CMYK00.590.180.63
HSL318.21º41.79%26.27%-
HSV(B)318.21º58.95%37.25%-
XYZ6.824.437.7-
YUV60.19138.05152.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.81%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=44.81%
G=18.40%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95397800.590.180.63318.2141.7926.27
Hex5F274E03B123F13e2a1a
Octal1374711607322774765232
Binary1011111100111100111001110111001011111110011111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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