#58184B

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

Shades of Loulou #58184B

Tints of Loulou #58184B

Color information

#58184B (or 0x58184B) is unknown color: approx Loulou. HEX triplet: 58, 18 and 4B. RGB value is (88,24,75). Sum of RGB (Red+Green+Blue) = 88+24+75=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58184B is #A7E7B4. Grayscale: #303030. Windows color (decimal): -11003829 or 4921432. OLE color: 4921432.

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

Color convert

RGB882475-
CMYK00.730.150.65
HSL312.19º57.14%21.96%-
HSV(B)312.19º72.73%34.51%-
XYZ5.623.246.98-
YUV48.95142.7155.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=47.06%
G=12.83%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88247500.730.150.65312.1957.1421.96
Hex58184B049F411383916
Octal130301130111171014707126
Binary1011000110001001011010010011111100000110011100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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