#58314F

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

Shades of Loulou #58314F

Tints of Loulou #58314F

Color information

#58314F (or 0x58314F) is unknown color: approx Loulou. HEX triplet: 58, 31 and 4F. RGB value is (88,49,79). Sum of RGB (Red+Green+Blue) = 88+49+79=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58314F is #A7CEB0. Grayscale: #404040. Windows color (decimal): -10997425 or 5189976. OLE color: 5189976.

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

Color convert

RGB884979-
CMYK00.440.100.65
HSL313.85º28.47%26.86%-
HSV(B)313.85º44.32%34.51%-
XYZ6.534.847.99-
YUV64.08136.42145.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=40.74%
G=22.69%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88497900.440.100.65313.8528.4726.86
Hex58314F02CA4113a1c1b
Octal13061117054121014723433
Binary101100011000110011110101100101010000011001110101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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