#582D47

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

Shades of Loulou #582D47

Tints of Loulou #582D47

Color information

#582D47 (or 0x582D47) is unknown color: approx Loulou. HEX triplet: 58, 2D and 47. RGB value is (88,45,71). Sum of RGB (Red+Green+Blue) = 88+45+71=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #582D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D47 is #A7D2B8. Grayscale: #3C3C3C. Windows color (decimal): -10998457 or 4664664. OLE color: 4664664.

HSL color Cylindrical-coordinate representation of color #582D47: hue angle of 323.72º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D47 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB884571-
CMYK00.490.190.65
HSL323.72º32.33%26.08%-
HSV(B)323.72º48.86%34.51%-
XYZ6.14.416.49-
YUV60.82133.75147.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 45 (17.97% from 255) = 22.06%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=43.14%
G=22.06%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88457100.490.190.65323.7232.3326.08
Hex582D470311341144201a
Octal13055107061231015044032
Binary10110001011011000111011000110011100000110100010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582D47; }

 p { color: rgb(88,45,71); }

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

<style>
 a { background-color: #582D47; }

 a { background-color: rgb(88,45,71); }

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

<style>
 span { border-color: #582D47; }

 span { border-color: rgb(88,45,71); }

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