#582A4A

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

Shades of Loulou #582A4A

Tints of Loulou #582A4A

Color information

#582A4A (or 0x582A4A) is unknown color: approx Loulou. HEX triplet: 58, 2A and 4A. RGB value is (88,42,74). Sum of RGB (Red+Green+Blue) = 88+42+74=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #582A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A4A is #A7D5B5. Grayscale: #3B3B3B. Windows color (decimal): -10999222 or 4860504. OLE color: 4860504.

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

Color convert

RGB884274-
CMYK00.520.160.65
HSL318.26º35.38%25.49%-
HSV(B)318.26º52.27%34.51%-
XYZ6.094.236.97-
YUV59.4136.24148.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 42 (16.80% from 255) = 20.59%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=43.14%
G=20.59%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88427400.520.160.65318.2635.3825.49
Hex582A4A034104113e2319
Octal13052112064201014764331
Binary10110001010101001010011010010000100000110011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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