#581D48

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

Shades of Loulou #581D48

Tints of Loulou #581D48

Color information

#581D48 (or 0x581D48) is unknown color: approx Loulou. HEX triplet: 58, 1D and 48. RGB value is (88,29,72). Sum of RGB (Red+Green+Blue) = 88+29+72=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #581D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D48 is #A7E2B7. Grayscale: #333333. Windows color (decimal): -11002552 or 4726104. OLE color: 4726104.

HSL color Cylindrical-coordinate representation of color #581D48: hue angle of 316.27º 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 #581D48 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB882972-
CMYK00.670.180.65
HSL316.27º50.43%22.94%-
HSV(B)316.27º67.05%34.51%-
XYZ5.633.426.49-
YUV51.54139.55154-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 29 (11.72% from 255) = 15.34%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=46.56%
G=15.34%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88297200.670.180.65316.2750.4322.94
Hex581D48043124113c3217
Octal130351100103221014746227
Binary10110001110110010000100001110010100000110011110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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