#582548

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

Shades of Loulou #582548

Tints of Loulou #582548

Color information

#582548 (or 0x582548) is unknown color: approx Loulou. HEX triplet: 58, 25 and 48. RGB value is (88,37,72). Sum of RGB (Red+Green+Blue) = 88+37+72=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #582548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582548 is #A7DAB7. Grayscale: #383838. Windows color (decimal): -11000504 or 4728152. OLE color: 4728152.

HSL color Cylindrical-coordinate representation of color #582548: hue angle of 318.82º 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 #582548 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB883772-
CMYK00.580.180.65
HSL318.82º40.8%24.51%-
HSV(B)318.82º57.95%34.51%-
XYZ5.863.876.57-
YUV56.24136.9150.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=44.67%
G=18.78%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88377200.580.180.65318.8240.824.51
Hex58254803A124113f2919
Octal13045110072221014775131
Binary10110001001011001000011101010010100000110011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582548; }

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

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

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

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

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

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

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

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