#582F4F

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

Shades of Loulou #582F4F

Tints of Loulou #582F4F

Color information

#582F4F (or 0x582F4F) is unknown color: approx Loulou. HEX triplet: 58, 2F and 4F. RGB value is (88,47,79). Sum of RGB (Red+Green+Blue) = 88+47+79=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #582F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F4F is #A7D0B0. Grayscale: #3E3E3E. Windows color (decimal): -10997937 or 5189464. OLE color: 5189464.

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

Color convert

RGB884779-
CMYK00.470.100.65
HSL313.17º30.37%26.47%-
HSV(B)313.17º46.59%34.51%-
XYZ6.454.677.96-
YUV62.91137.08145.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=41.12%
G=21.96%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88477900.470.100.65313.1730.3726.47
Hex582F4F02FA411391e1a
Octal13057117057121014713632
Binary101100010111110011110101111101010000011001110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,47,79); }

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

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

 a { background-color: rgb(88,47,79); }

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

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

 span { border-color: rgb(88,47,79); }

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