#58204B

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

Shades of Loulou #58204B

Tints of Loulou #58204B

Color information

#58204B (or 0x58204B) is unknown color: approx Loulou. HEX triplet: 58, 20 and 4B. RGB value is (88,32,75). Sum of RGB (Red+Green+Blue) = 88+32+75=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58204B is #A7DFB4. Grayscale: #353535. Windows color (decimal): -11001781 or 4923480. OLE color: 4923480.

HSL color Cylindrical-coordinate representation of color #58204B: hue angle of 313.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58204B is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB883275-
CMYK00.640.150.65
HSL313.93º46.67%23.53%-
HSV(B)313.93º63.64%34.51%-
XYZ5.813.627.05-
YUV53.65140.05152.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=45.13%
G=16.41%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88327500.640.150.65313.9346.6723.53
Hex58204B040F4113a2f18
Octal130401130100171014725730
Binary10110001000001001011010000001111100000110011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58204B; }

 p { color: rgb(88,32,75); }

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

<style>
 a { background-color: #58204B; }

 a { background-color: rgb(88,32,75); }

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

<style>
 span { border-color: #58204B; }

 span { border-color: rgb(88,32,75); }

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