#5E2C4F

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

Shades of Loulou #5E2C4F

Tints of Loulou #5E2C4F

Color information

#5E2C4F (or 0x5E2C4F) is unknown color: approx Loulou. HEX triplet: 5E, 2C and 4F. RGB value is (94,44,79). Sum of RGB (Red+Green+Blue) = 94+44+79=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2C4F is #A1D3B0. Grayscale: #3E3E3E. Windows color (decimal): -10605489 or 5188702. OLE color: 5188702.

HSL color Cylindrical-coordinate representation of color #5E2C4F: hue angle of 318º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E2C4F is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB944479-
CMYK00.530.160.63
HSL318º36.23%27.06%-
HSV(B)318º53.19%36.86%-
XYZ6.934.757.95-
YUV62.94137.06150.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.32%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=43.32%
G=20.28%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94447900.530.160.6331836.2327.06
Hex5E2C4F035103F13e241b
Octal1365411706520774764433
Binary1011110101100100111101101011000011111110011111010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2C4F; }

 p { color: rgb(94,44,79); }

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

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

 a { background-color: rgb(94,44,79); }

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

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

 span { border-color: rgb(94,44,79); }

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