#58314C

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

Shades of Loulou #58314C

Tints of Loulou #58314C

Color information

#58314C (or 0x58314C) is unknown color: approx Loulou. HEX triplet: 58, 31 and 4C. RGB value is (88,49,76). Sum of RGB (Red+Green+Blue) = 88+49+76=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58314C is #A7CEB3. Grayscale: #3F3F3F. Windows color (decimal): -10997428 or 4993368. OLE color: 4993368.

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

Color convert

RGB884976-
CMYK00.440.140.65
HSL318.46º28.47%26.86%-
HSV(B)318.46º44.32%34.51%-
XYZ6.434.797.42-
YUV63.74134.92145.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=41.31%
G=23.00%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88497600.440.140.65318.4628.4726.86
Hex58314C02CE4113e1c1b
Octal13061114054161014763433
Binary101100011000110011000101100111010000011001111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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