#583149

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

Shades of Loulou #583149

Tints of Loulou #583149

Color information

#583149 (or 0x583149) is unknown color: approx Loulou. HEX triplet: 58, 31 and 49. RGB value is (88,49,73). Sum of RGB (Red+Green+Blue) = 88+49+73=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #583149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583149 is #A7CEB6. Grayscale: #3F3F3F. Windows color (decimal): -10997431 or 4796760. OLE color: 4796760.

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

Color convert

RGB884973-
CMYK00.440.170.65
HSL323.08º28.47%26.86%-
HSV(B)323.08º44.32%34.51%-
XYZ6.334.756.89-
YUV63.4133.42145.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=41.90%
G=23.33%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88497300.440.170.65323.0828.4726.86
Hex58314902C11411431c1b
Octal13061111054211015033433
Binary1011000110001100100101011001000110000011010000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583149; }

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

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

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

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

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

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

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

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