#582047

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

Shades of Loulou #582047

Tints of Loulou #582047

Color information

#582047 (or 0x582047) is unknown color: approx Loulou. HEX triplet: 58, 20 and 47. RGB value is (88,32,71). Sum of RGB (Red+Green+Blue) = 88+32+71=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #582047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582047 is #A7DFB8. Grayscale: #353535. Windows color (decimal): -11001785 or 4661336. OLE color: 4661336.

HSL color Cylindrical-coordinate representation of color #582047: hue angle of 318.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #582047 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB883271-
CMYK00.640.190.65
HSL318.21º46.67%23.53%-
HSV(B)318.21º63.64%34.51%-
XYZ5.683.566.35-
YUV53.19138.05152.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=46.07%
G=16.75%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88327100.640.190.65318.2146.6723.53
Hex582047040134113e2f18
Octal130401070100231014765730
Binary101100010000010001110100000010011100000110011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582047; }

 p { color: rgb(88,32,71); }

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

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

 a { background-color: rgb(88,32,71); }

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

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

 span { border-color: rgb(88,32,71); }

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