#58344A

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

Shades of Loulou #58344A

Tints of Loulou #58344A

Color information

#58344A (or 0x58344A) is unknown color: approx Loulou. HEX triplet: 58, 34 and 4A. RGB value is (88,52,74). Sum of RGB (Red+Green+Blue) = 88+52+74=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58344A is #A7CBB5. Grayscale: #414141. Windows color (decimal): -10996662 or 4863064. OLE color: 4863064.

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

Color convert

RGB885274-
CMYK00.410.160.65
HSL323.33º25.71%27.45%-
HSV(B)323.33º40.91%34.51%-
XYZ6.495.037.11-
YUV65.27132.93144.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=41.12%
G=24.30%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88527400.410.160.65323.3325.7127.45
Hex58344A02910411431a1b
Octal13064112051201015033233
Binary1011000110100100101001010011000010000011010000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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