#5F2647

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

Shades of Pompadour #5F2647

Tints of Pompadour #5F2647

Color information

#5F2647 (or 0x5F2647) is unknown color: approx Pompadour. HEX triplet: 5F, 26 and 47. RGB value is (95,38,71). Sum of RGB (Red+Green+Blue) = 95+38+71=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2647 is #A0D9B8. Grayscale: #3A3A3A. Windows color (decimal): -10541497 or 4662879. OLE color: 4662879.

HSL color Cylindrical-coordinate representation of color #5F2647: hue angle of 325.26º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F2647 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB953871-
CMYK00.600.250.63
HSL325.26º42.86%26.08%-
HSV(B)325.26º60%37.25%-
XYZ6.554.276.44-
YUV58.8134.88153.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.57%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=46.57%
G=18.63%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95387100.600.250.63325.2642.8626.08
Hex5F264703C193F1452b1a
Octal1374610707431775055332
Binary1011111100110100011101111001100111111110100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,38,71); }

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

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

 a { background-color: rgb(95,38,71); }

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

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

 span { border-color: rgb(95,38,71); }

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