#582D49

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

Shades of Loulou #582D49

Tints of Loulou #582D49

Color information

#582D49 (or 0x582D49) is unknown color: approx Loulou. HEX triplet: 58, 2D and 49. RGB value is (88,45,73). Sum of RGB (Red+Green+Blue) = 88+45+73=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D49 is #A7D2B6. Grayscale: #3C3C3C. Windows color (decimal): -10998455 or 4795736. OLE color: 4795736.

HSL color Cylindrical-coordinate representation of color #582D49: hue angle of 320.93º 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 #582D49 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB884573-
CMYK00.490.170.65
HSL320.93º32.33%26.08%-
HSV(B)320.93º48.86%34.51%-
XYZ6.174.436.83-
YUV61.05134.75147.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=42.72%
G=21.84%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88457300.490.170.65320.9332.3326.08
Hex582D490311141141201a
Octal13055111061211015014032
Binary10110001011011001001011000110001100000110100000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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