#4D1245

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

Shades of Loulou #4D1245

Tints of Loulou #4D1245

Color information

#4D1245 (or 0x4D1245) is unknown color: approx Loulou. HEX triplet: 4D, 12 and 45. RGB value is (77,18,69). Sum of RGB (Red+Green+Blue) = 77+18+69=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1245 is #B2EDBA. Grayscale: #292929. Windows color (decimal): -11726267 or 4526669. OLE color: 4526669.

HSL color Cylindrical-coordinate representation of color #4D1245: hue angle of 308.14º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1245 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB771869-
CMYK00.770.100.70
HSL308.14º62.11%18.63%-
HSV(B)308.14º76.62%30.2%-
XYZ4.352.445.87-
YUV41.46143.55153.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.95%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=46.95%
G=10.98%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77186900.770.100.70308.1462.1118.63
Hex4D124504DA461343e13
Octal115221050115121064647623
Binary1001101100101000101010011011010100011010011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1245; }

 p { color: rgb(77,18,69); }

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

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

 a { background-color: rgb(77,18,69); }

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

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

 span { border-color: rgb(77,18,69); }

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