#58314D

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

Shades of Loulou #58314D

Tints of Loulou #58314D

Color information

#58314D (or 0x58314D) is unknown color: approx Loulou. HEX triplet: 58, 31 and 4D. RGB value is (88,49,77). Sum of RGB (Red+Green+Blue) = 88+49+77=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58314D is #A7CEB2. Grayscale: #3F3F3F. Windows color (decimal): -10997427 or 5058904. OLE color: 5058904.

HSL color Cylindrical-coordinate representation of color #58314D: hue angle of 316.92º 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 #58314D is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB884977-
CMYK00.440.120.65
HSL316.92º28.47%26.86%-
HSV(B)316.92º44.32%34.51%-
XYZ6.464.817.61-
YUV63.85135.42145.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=41.12%
G=22.90%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88497700.440.120.65316.9228.4726.86
Hex58314D02CC4113d1c1b
Octal13061115054141014753433
Binary101100011000110011010101100110010000011001111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58314D; }

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

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

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

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

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

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

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

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