#582C4A

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

Shades of Loulou #582C4A

Tints of Loulou #582C4A

Color information

#582C4A (or 0x582C4A) is unknown color: approx Loulou. HEX triplet: 58, 2C and 4A. RGB value is (88,44,74). Sum of RGB (Red+Green+Blue) = 88+44+74=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C4A is #A7D3B5. Grayscale: #3C3C3C. Windows color (decimal): -10998710 or 4861016. OLE color: 4861016.

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

Color convert

RGB884474-
CMYK00.50.160.65
HSL319.09º33.33%25.88%-
HSV(B)319.09º50%34.51%-
XYZ6.164.377-
YUV60.58135.58147.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=42.72%
G=21.36%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88447400.50.160.65319.0933.3325.88
Hex582C4A032104113f211a
Octal13054112062201014774132
Binary10110001011001001010011001010000100000110011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,44,74); }

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

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

 a { background-color: rgb(88,44,74); }

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

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

 span { border-color: rgb(88,44,74); }

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