#5C244D

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

Shades of Loulou #5C244D

Tints of Loulou #5C244D

Color information

#5C244D (or 0x5C244D) is unknown color: approx Loulou. HEX triplet: 5C, 24 and 4D. RGB value is (92,36,77). Sum of RGB (Red+Green+Blue) = 92+36+77=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 92 - color contains mainly: red. Hex color #5C244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C244D is #A3DBB2. Grayscale: #393939. Windows color (decimal): -10738611 or 5055580. OLE color: 5055580.

HSL color Cylindrical-coordinate representation of color #5C244D: hue angle of 316.07º 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 #5C244D is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB923677-
CMYK00.610.160.64
HSL316.07º43.75%25.1%-
HSV(B)316.07º60.87%36.08%-
XYZ6.384.077.47-
YUV57.42139.05152.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=44.88%
G=17.56%
B=37.56%

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
Decimal92367700.610.160.64316.0743.7525.1
Hex5C244D03D104013c2c19
Octal13444115075201004745431
Binary10111001001001001101011110110000100000010011110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,36,77); }

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

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

 a { background-color: rgb(92,36,77); }

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

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

 span { border-color: rgb(92,36,77); }

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