#58344D

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

Shades of Loulou #58344D

Tints of Loulou #58344D

Color information

#58344D (or 0x58344D) is unknown color: approx Loulou. HEX triplet: 58, 34 and 4D. RGB value is (88,52,77). Sum of RGB (Red+Green+Blue) = 88+52+77=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58344D is #A7CBB2. Grayscale: #414141. Windows color (decimal): -10996659 or 5059672. OLE color: 5059672.

HSL color Cylindrical-coordinate representation of color #58344D: hue angle of 318.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58344D is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB885277-
CMYK00.410.120.65
HSL318.33º25.71%27.45%-
HSV(B)318.33º40.91%34.51%-
XYZ6.595.077.65-
YUV65.61134.43143.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=40.55%
G=23.96%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88527700.410.120.65318.3325.7127.45
Hex58344D029C4113e1a1b
Octal13064115051141014763233
Binary101100011010010011010101001110010000011001111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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