#58254B

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

Shades of Loulou #58254B

Tints of Loulou #58254B

Color information

#58254B (or 0x58254B) is unknown color: approx Loulou. HEX triplet: 58, 25 and 4B. RGB value is (88,37,75). Sum of RGB (Red+Green+Blue) = 88+37+75=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58254B is #A7DAB4. Grayscale: #383838. Windows color (decimal): -11000501 or 4924760. OLE color: 4924760.

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

Color convert

RGB883775-
CMYK00.580.150.65
HSL315.29º40.8%24.51%-
HSV(B)315.29º57.95%34.51%-
XYZ5.963.917.1-
YUV56.58138.4150.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=44%
G=18.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88377500.580.150.65315.2940.824.51
Hex58254B03AF4113b2919
Octal13045113072171014735131
Binary1011000100101100101101110101111100000110011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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