#58224D

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

Shades of Loulou #58224D

Tints of Loulou #58224D

Color information

#58224D (or 0x58224D) is unknown color: approx Loulou. HEX triplet: 58, 22 and 4D. RGB value is (88,34,77). Sum of RGB (Red+Green+Blue) = 88+34+77=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58224D is #A7DDB2. Grayscale: #363636. Windows color (decimal): -11001267 or 5055064. OLE color: 5055064.

HSL color Cylindrical-coordinate representation of color #58224D: hue angle of 312.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58224D is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB883477-
CMYK00.610.120.65
HSL312.22º44.26%23.92%-
HSV(B)312.22º61.36%34.51%-
XYZ5.943.757.43-
YUV55.05140.39151.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=44.22%
G=17.09%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88347700.610.120.65312.2244.2623.92
Hex58224D03DC411382c18
Octal13042115075141014705430
Binary1011000100010100110101111011100100000110011100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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