#58244C

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

Shades of Loulou #58244C

Tints of Loulou #58244C

Color information

#58244C (or 0x58244C) is unknown color: approx Loulou. HEX triplet: 58, 24 and 4C. RGB value is (88,36,76). Sum of RGB (Red+Green+Blue) = 88+36+76=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58244C is #A7DBB3. Grayscale: #383838. Windows color (decimal): -11000756 or 4990040. OLE color: 4990040.

HSL color Cylindrical-coordinate representation of color #58244C: hue angle of 313.85º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58244C is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB883676-
CMYK00.590.140.65
HSL313.85º41.94%24.31%-
HSV(B)313.85º59.09%34.51%-
XYZ5.963.867.27-
YUV56.11139.23150.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 36 (14.45% from 255) = 18%
BLUE value IS 76 (30.08% from 255) = 38%
R=44%
G=18%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88367600.590.140.65313.8541.9424.31
Hex58244C03BE4113a2a18
Octal13044114073161014725230
Binary1011000100100100110001110111110100000110011101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58244C; }

 p { color: rgb(88,36,76); }

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

<style>
 a { background-color: #58244C; }

 a { background-color: rgb(88,36,76); }

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

<style>
 span { border-color: #58244C; }

 span { border-color: rgb(88,36,76); }

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