#58184A

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

Shades of Loulou #58184A

Tints of Loulou #58184A

Color information

#58184A (or 0x58184A) is unknown color: approx Loulou. HEX triplet: 58, 18 and 4A. RGB value is (88,24,74). Sum of RGB (Red+Green+Blue) = 88+24+74=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58184A is #A7E7B5. Grayscale: #303030. Windows color (decimal): -11003830 or 4855896. OLE color: 4855896.

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

Color convert

RGB882474-
CMYK00.730.160.65
HSL313.12º57.14%21.96%-
HSV(B)313.12º72.73%34.51%-
XYZ5.593.226.81-
YUV48.84142.2155.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=47.31%
G=12.90%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88247400.730.160.65313.1257.1421.96
Hex58184A04910411393916
Octal130301120111201014717126
Binary10110001100010010100100100110000100000110011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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