#58224C

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

Shades of Loulou #58224C

Tints of Loulou #58224C

Color information

#58224C (or 0x58224C) is unknown color: approx Loulou. HEX triplet: 58, 22 and 4C. RGB value is (88,34,76). Sum of RGB (Red+Green+Blue) = 88+34+76=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58224C is #A7DDB3. Grayscale: #363636. Windows color (decimal): -11001268 or 4989528. OLE color: 4989528.

HSL color Cylindrical-coordinate representation of color #58224C: hue angle of 313.33º 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 #58224C is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB883476-
CMYK00.610.140.65
HSL313.33º44.26%23.92%-
HSV(B)313.33º61.36%34.51%-
XYZ5.93.747.25-
YUV54.93139.89151.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=44.44%
G=17.17%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88347600.610.140.65313.3344.2623.92
Hex58224C03DE411392c18
Octal13042114075161014715430
Binary1011000100010100110001111011110100000110011100110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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