#58324B

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

Shades of Loulou #58324B

Tints of Loulou #58324B

Color information

#58324B (or 0x58324B) is unknown color: approx Loulou. HEX triplet: 58, 32 and 4B. RGB value is (88,50,75). Sum of RGB (Red+Green+Blue) = 88+50+75=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58324B is #A7CDB4. Grayscale: #404040. Windows color (decimal): -10997173 or 4928088. OLE color: 4928088.

HSL color Cylindrical-coordinate representation of color #58324B: hue angle of 320.53º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58324B is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB885075-
CMYK00.430.150.65
HSL320.53º27.54%27.06%-
HSV(B)320.53º43.18%34.51%-
XYZ6.444.867.26-
YUV64.21134.09144.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=41.31%
G=23.47%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88507500.430.150.65320.5327.5427.06
Hex58324B02BF411411c1b
Octal13062113053171015013433
Binary101100011001010010110101011111110000011010000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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