#582449

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

Shades of Loulou #582449

Tints of Loulou #582449

Color information

#582449 (or 0x582449) is unknown color: approx Loulou. HEX triplet: 58, 24 and 49. RGB value is (88,36,73). Sum of RGB (Red+Green+Blue) = 88+36+73=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582449 is #A7DBB6. Grayscale: #373737. Windows color (decimal): -11000759 or 4793432. OLE color: 4793432.

HSL color Cylindrical-coordinate representation of color #582449: hue angle of 317.31º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582449 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB883673-
CMYK00.590.170.65
HSL317.31º41.94%24.31%-
HSV(B)317.31º59.09%34.51%-
XYZ5.863.826.73-
YUV55.77137.73150.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=44.67%
G=18.27%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88367300.590.170.65317.3141.9424.31
Hex58244903B114113d2a18
Octal13044111073211014755230
Binary10110001001001001001011101110001100000110011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582449; }

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

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

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

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

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

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

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

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