#58164A

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

Shades of Loulou #58164A

Tints of Loulou #58164A

Color information

#58164A (or 0x58164A) is unknown color: approx Loulou. HEX triplet: 58, 16 and 4A. RGB value is (88,22,74). Sum of RGB (Red+Green+Blue) = 88+22+74=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58164A is #A7E9B5. Grayscale: #2F2F2F. Windows color (decimal): -11004342 or 4855384. OLE color: 4855384.

HSL color Cylindrical-coordinate representation of color #58164A: hue angle of 312.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58164A is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB882274-
CMYK00.750.160.65
HSL312.73º60%21.57%-
HSV(B)312.73º75%34.51%-
XYZ5.553.146.79-
YUV47.66142.87156.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=47.83%
G=11.96%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88227400.750.160.65312.736021.57
Hex58164A04B10411393c16
Octal130261120113201014717426
Binary10110001011010010100100101110000100000110011100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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