#58194A

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

Shades of Loulou #58194A

Tints of Loulou #58194A

Color information

#58194A (or 0x58194A) is unknown color: approx Loulou. HEX triplet: 58, 19 and 4A. RGB value is (88,25,74). Sum of RGB (Red+Green+Blue) = 88+25+74=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58194A is #A7E6B5. Grayscale: #313131. Windows color (decimal): -11003574 or 4856152. OLE color: 4856152.

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

Color convert

RGB882574-
CMYK00.720.160.65
HSL313.33º55.75%22.16%-
HSV(B)313.33º71.59%34.51%-
XYZ5.613.266.81-
YUV49.42141.87155.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=47.06%
G=13.37%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88257400.720.160.65313.3355.7522.16
Hex58194A04810411393816
Octal130311120110201014717026
Binary10110001100110010100100100010000100000110011100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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