#58174B

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

Shades of Loulou #58174B

Tints of Loulou #58174B

Color information

#58174B (or 0x58174B) is unknown color: approx Loulou. HEX triplet: 58, 17 and 4B. RGB value is (88,23,75). Sum of RGB (Red+Green+Blue) = 88+23+75=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58174B is #A7E8B4. Grayscale: #303030. Windows color (decimal): -11004085 or 4921176. OLE color: 4921176.

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

Color convert

RGB882375-
CMYK00.740.150.65
HSL312º58.56%21.76%-
HSV(B)312º73.86%34.51%-
XYZ5.63.26.98-
YUV48.36143.03156.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=47.31%
G=12.37%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88237500.740.150.6531258.5621.76
Hex58174B04AF411383b16
Octal130271130112171014707326
Binary1011000101111001011010010101111100000110011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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