#581F40

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

Shades of Pompadour #581F40

Tints of Pompadour #581F40

Color information

#581F40 (or 0x581F40) is unknown color: approx Pompadour. HEX triplet: 58, 1F and 40. RGB value is (88,31,64). Sum of RGB (Red+Green+Blue) = 88+31+64=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #581F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F40 is #A7E0BF. Grayscale: #333333. Windows color (decimal): -11002048 or 4202328. OLE color: 4202328.

HSL color Cylindrical-coordinate representation of color #581F40: hue angle of 325.26º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F40 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB883164-
CMYK00.650.270.65
HSL325.26º47.9%23.33%-
HSV(B)325.26º64.77%34.51%-
XYZ5.443.425.22-
YUV51.8134.88153.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=48.09%
G=16.94%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88316400.650.270.65325.2647.923.33
Hex581F400411B411453017
Octal130371000101331015056027
Binary10110001111110000000100000111011100000110100010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581F40; }

 p { color: rgb(88,31,64); }

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

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

 a { background-color: rgb(88,31,64); }

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

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

 span { border-color: rgb(88,31,64); }

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