#58304B

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

Shades of Loulou #58304B

Tints of Loulou #58304B

Color information

#58304B (or 0x58304B) is unknown color: approx Loulou. HEX triplet: 58, 30 and 4B. RGB value is (88,48,75). Sum of RGB (Red+Green+Blue) = 88+48+75=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #58304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58304B is #A7CFB4. Grayscale: #3E3E3E. Windows color (decimal): -10997685 or 4927576. OLE color: 4927576.

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

Color convert

RGB884875-
CMYK00.450.150.65
HSL319.5º29.41%26.67%-
HSV(B)319.5º45.45%34.51%-
XYZ6.354.77.23-
YUV63.04134.75145.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.71%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=41.71%
G=22.75%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88487500.450.150.65319.529.4126.67
Hex58304B02DF411401d1b
Octal13060113055171015003533
Binary101100011000010010110101101111110000011010000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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