#58284F

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

Shades of Loulou #58284F

Tints of Loulou #58284F

Color information

#58284F (or 0x58284F) is unknown color: approx Loulou. HEX triplet: 58, 28 and 4F. RGB value is (88,40,79). Sum of RGB (Red+Green+Blue) = 88+40+79=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58284F is #A7D7B0. Grayscale: #3A3A3A. Windows color (decimal): -10999729 or 5187672. OLE color: 5187672.

HSL color Cylindrical-coordinate representation of color #58284F: hue angle of 311.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58284F is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB884079-
CMYK00.550.100.65
HSL311.25º37.5%25.1%-
HSV(B)311.25º54.55%34.51%-
XYZ6.194.167.87-
YUV58.8139.4148.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=42.51%
G=19.32%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88407900.550.100.65311.2537.525.1
Hex58284F037A411372619
Octal13050117067121014674631
Binary1011000101000100111101101111010100000110011011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58284F; }

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

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

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

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

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

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

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

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