#581947

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

Shades of Pompadour #581947

Tints of Pompadour #581947

Color information

#581947 (or 0x581947) is unknown color: approx Pompadour. HEX triplet: 58, 19 and 47. RGB value is (88,25,71). Sum of RGB (Red+Green+Blue) = 88+25+71=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #581947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581947 is #A7E6B8. Grayscale: #303030. Windows color (decimal): -11003577 or 4659544. OLE color: 4659544.

HSL color Cylindrical-coordinate representation of color #581947: hue angle of 316.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581947 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB882571-
CMYK00.720.190.65
HSL316.19º55.75%22.16%-
HSV(B)316.19º71.59%34.51%-
XYZ5.513.226.29-
YUV49.08140.37155.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=47.83%
G=13.59%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88257100.720.190.65316.1955.7522.16
Hex581947048134113c3816
Octal130311070110231014747026
Binary10110001100110001110100100010011100000110011110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581947; }

 p { color: rgb(88,25,71); }

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

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

 a { background-color: rgb(88,25,71); }

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

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

 span { border-color: rgb(88,25,71); }

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