#5D244E

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

Shades of Loulou #5D244E

Tints of Loulou #5D244E

Color information

#5D244E (or 0x5D244E) is unknown color: approx Loulou. HEX triplet: 5D, 24 and 4E. RGB value is (93,36,78). Sum of RGB (Red+Green+Blue) = 93+36+78=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D244E is #A2DBB1. Grayscale: #393939. Windows color (decimal): -10673074 or 5121117. OLE color: 5121117.

HSL color Cylindrical-coordinate representation of color #5D244E: hue angle of 315.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D244E is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB933678-
CMYK00.610.160.64
HSL315.79º44.19%25.29%-
HSV(B)315.79º61.29%36.47%-
XYZ6.524.147.66-
YUV57.83139.38153.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.93%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=44.93%
G=17.39%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93367800.610.160.64315.7944.1925.29
Hex5D244E03D104013c2c19
Octal13544116075201004745431
Binary10111011001001001110011110110000100000010011110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,36,78); }

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

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

 a { background-color: rgb(93,36,78); }

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

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

 span { border-color: rgb(93,36,78); }

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