#58344B

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

Shades of Loulou #58344B

Tints of Loulou #58344B

Color information

#58344B (or 0x58344B) is unknown color: approx Loulou. HEX triplet: 58, 34 and 4B. RGB value is (88,52,75). Sum of RGB (Red+Green+Blue) = 88+52+75=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58344B is #A7CBB4. Grayscale: #414141. Windows color (decimal): -10996661 or 4928600. OLE color: 4928600.

HSL color Cylindrical-coordinate representation of color #58344B: hue angle of 321.67º 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 #58344B is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB885275-
CMYK00.410.150.65
HSL321.67º25.71%27.45%-
HSV(B)321.67º40.91%34.51%-
XYZ6.525.047.29-
YUV65.39133.43144.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=40.93%
G=24.19%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88527500.410.150.65321.6725.7127.45
Hex58344B029F411421a1b
Octal13064113051171015023233
Binary101100011010010010110101001111110000011010000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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