#581F4E

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

Shades of Loulou #581F4E

Tints of Loulou #581F4E

Color information

#581F4E (or 0x581F4E) is unknown color: approx Loulou. HEX triplet: 58, 1F and 4E. RGB value is (88,31,78). Sum of RGB (Red+Green+Blue) = 88+31+78=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #581F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F4E is #A7E0B1. Grayscale: #353535. Windows color (decimal): -11002034 or 5119832. OLE color: 5119832.

HSL color Cylindrical-coordinate representation of color #581F4E: hue angle of 310.53º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F4E is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB883178-
CMYK00.650.110.65
HSL310.53º47.9%23.33%-
HSV(B)310.53º64.77%34.51%-
XYZ5.893.67.59-
YUV53.4141.88152.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=44.67%
G=15.74%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88317800.650.110.65310.5347.923.33
Hex581F4E041B411373017
Octal130371160101131014676027
Binary1011000111111001110010000011011100000110011011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581F4E; }

 p { color: rgb(88,31,78); }

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

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

 a { background-color: rgb(88,31,78); }

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

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

 span { border-color: rgb(88,31,78); }

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