#582D46

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

Shades of Loulou #582D46

Tints of Loulou #582D46

Color information

#582D46 (or 0x582D46) is unknown color: approx Loulou. HEX triplet: 58, 2D and 46. RGB value is (88,45,70). Sum of RGB (Red+Green+Blue) = 88+45+70=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #582D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D46 is #A7D2B9. Grayscale: #3C3C3C. Windows color (decimal): -10998458 or 4599128. OLE color: 4599128.

HSL color Cylindrical-coordinate representation of color #582D46: hue angle of 325.12º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D46 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB884570-
CMYK00.490.200.65
HSL325.12º32.33%26.08%-
HSV(B)325.12º48.86%34.51%-
XYZ6.074.396.32-
YUV60.71133.25147.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=43.35%
G=22.17%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88457000.490.200.65325.1232.3326.08
Hex582D460311441145201a
Octal13055106061241015054032
Binary10110001011011000110011000110100100000110100010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582D46; }

 p { color: rgb(88,45,70); }

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

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

 a { background-color: rgb(88,45,70); }

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

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

 span { border-color: rgb(88,45,70); }

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