#58244D

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

Shades of Loulou #58244D

Tints of Loulou #58244D

Color information

#58244D (or 0x58244D) is unknown color: approx Loulou. HEX triplet: 58, 24 and 4D. RGB value is (88,36,77). Sum of RGB (Red+Green+Blue) = 88+36+77=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58244D is #A7DBB2. Grayscale: #383838. Windows color (decimal): -11000755 or 5055576. OLE color: 5055576.

HSL color Cylindrical-coordinate representation of color #58244D: hue angle of 312.69º 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 #58244D is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB883677-
CMYK00.590.120.65
HSL312.69º41.94%24.31%-
HSV(B)312.69º59.09%34.51%-
XYZ5.993.877.45-
YUV56.22139.73150.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=43.78%
G=17.91%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88367700.590.120.65312.6941.9424.31
Hex58244D03BC411392a18
Octal13044115073141014715230
Binary1011000100100100110101110111100100000110011100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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