#58244F

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

Shades of Loulou #58244F

Tints of Loulou #58244F

Color information

#58244F (or 0x58244F) is unknown color: approx Loulou. HEX triplet: 58, 24 and 4F. RGB value is (88,36,79). Sum of RGB (Red+Green+Blue) = 88+36+79=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58244F is #A7DBB0. Grayscale: #383838. Windows color (decimal): -11000753 or 5186648. OLE color: 5186648.

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

Color convert

RGB883679-
CMYK00.590.100.65
HSL310.38º41.94%24.31%-
HSV(B)310.38º59.09%34.51%-
XYZ6.073.97.83-
YUV56.45140.73150.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=43.35%
G=17.73%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88367900.590.100.65310.3841.9424.31
Hex58244F03BA411362a18
Octal13044117073121014665230
Binary1011000100100100111101110111010100000110011011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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