#583151

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

Shades of Loulou #583151

Tints of Loulou #583151

Color information

#583151 (or 0x583151) is unknown color: approx Loulou. HEX triplet: 58, 31 and 51. RGB value is (88,49,81). Sum of RGB (Red+Green+Blue) = 88+49+81=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #583151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583151 is #A7CEAE. Grayscale: #404040. Windows color (decimal): -10997423 or 5321048. OLE color: 5321048.

HSL color Cylindrical-coordinate representation of color #583151: hue angle of 310.77º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #583151 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB884981-
CMYK00.440.080.65
HSL310.77º28.47%26.86%-
HSV(B)310.77º44.32%34.51%-
XYZ6.614.878.38-
YUV64.31137.42144.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=40.37%
G=22.48%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88498100.440.080.65310.7728.4726.86
Hex58315102C8411371c1b
Octal13061121054101014673433
Binary101100011000110100010101100100010000011001101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583151; }

 p { color: rgb(88,49,81); }

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

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

 a { background-color: rgb(88,49,81); }

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

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

 span { border-color: rgb(88,49,81); }

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