#581D3F

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

Shades of Pompadour #581D3F

Tints of Pompadour #581D3F

Color information

#581D3F (or 0x581D3F) is unknown color: approx Pompadour. HEX triplet: 58, 1D and 3F. RGB value is (88,29,63). Sum of RGB (Red+Green+Blue) = 88+29+63=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #581D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D3F is #A7E2C0. Grayscale: #323232. Windows color (decimal): -11002561 or 4136280. OLE color: 4136280.

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

Color convert

RGB882963-
CMYK00.670.280.65
HSL325.42º50.43%22.94%-
HSV(B)325.42º67.05%34.51%-
XYZ5.363.315.06-
YUV50.52135.05154.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.89%
GREEN value IS 29 (11.72% from 255) = 16.11%
BLUE value IS 63 (25% from 255) = 35%
R=48.89%
G=16.11%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88296300.670.280.65325.4250.4322.94
Hex581D3F0431C411453217
Octal13035770103341015056227
Binary1011000111011111110100001111100100000110100010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,29,63); }

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

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

 a { background-color: rgb(88,29,63); }

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

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

 span { border-color: rgb(88,29,63); }

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