#581E4A

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

Shades of Loulou #581E4A

Tints of Loulou #581E4A

Color information

#581E4A (or 0x581E4A) is unknown color: approx Loulou. HEX triplet: 58, 1E and 4A. RGB value is (88,30,74). Sum of RGB (Red+Green+Blue) = 88+30+74=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E4A is #A7E1B5. Grayscale: #343434. Windows color (decimal): -11002294 or 4857432. OLE color: 4857432.

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

Color convert

RGB883074-
CMYK00.660.160.65
HSL314.48º49.15%23.14%-
HSV(B)314.48º65.91%34.51%-
XYZ5.723.56.85-
YUV52.36140.22153.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=45.83%
G=15.62%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88307400.660.160.65314.4849.1523.14
Hex581E4A042104113a3117
Octal130361120102201014726127
Binary10110001111010010100100001010000100000110011101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,30,74); }

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

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

 a { background-color: rgb(88,30,74); }

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

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

 span { border-color: rgb(88,30,74); }

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