#58194B

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

Shades of Loulou #58194B

Tints of Loulou #58194B

Color information

#58194B (or 0x58194B) is unknown color: approx Loulou. HEX triplet: 58, 19 and 4B. RGB value is (88,25,75). Sum of RGB (Red+Green+Blue) = 88+25+75=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58194B is #A7E6B4. Grayscale: #313131. Windows color (decimal): -11003573 or 4921688. OLE color: 4921688.

HSL color Cylindrical-coordinate representation of color #58194B: hue angle of 312.38º 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 #58194B is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB882575-
CMYK00.720.150.65
HSL312.38º55.75%22.16%-
HSV(B)312.38º71.59%34.51%-
XYZ5.643.286.99-
YUV49.54142.37155.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=46.81%
G=13.30%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88257500.720.150.65312.3855.7522.16
Hex58194B048F411383816
Octal130311130110171014707026
Binary1011000110011001011010010001111100000110011100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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