#58224A

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

Shades of Loulou #58224A

Tints of Loulou #58224A

Color information

#58224A (or 0x58224A) is unknown color: approx Loulou. HEX triplet: 58, 22 and 4A. RGB value is (88,34,74). Sum of RGB (Red+Green+Blue) = 88+34+74=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58224A is #A7DDB5. Grayscale: #363636. Windows color (decimal): -11001270 or 4858456. OLE color: 4858456.

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

Color convert

RGB883474-
CMYK00.610.160.65
HSL315.56º44.26%23.92%-
HSV(B)315.56º61.36%34.51%-
XYZ5.833.716.89-
YUV54.71138.89151.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=44.90%
G=17.35%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88347400.610.160.65315.5644.2623.92
Hex58224A03D104113c2c18
Octal13042112075201014745430
Binary10110001000101001010011110110000100000110011110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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