#581A48

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

Shades of Loulou #581A48

Tints of Loulou #581A48

Color information

#581A48 (or 0x581A48) is unknown color: approx Loulou. HEX triplet: 58, 1A and 48. RGB value is (88,26,72). Sum of RGB (Red+Green+Blue) = 88+26+72=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #581A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A48 is #A7E5B7. Grayscale: #313131. Windows color (decimal): -11003320 or 4725336. OLE color: 4725336.

HSL color Cylindrical-coordinate representation of color #581A48: hue angle of 315.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A48 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB882672-
CMYK00.700.180.65
HSL315.48º54.39%22.35%-
HSV(B)315.48º70.45%34.51%-
XYZ5.563.286.47-
YUV49.78140.54155.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=47.31%
G=13.98%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88267200.700.180.65315.4854.3922.35
Hex581A48046124113b3616
Octal130321100106221014736626
Binary10110001101010010000100011010010100000110011101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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