#4D1742

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

Shades of Loulou #4D1742

Tints of Loulou #4D1742

Color information

#4D1742 (or 0x4D1742) is unknown color: approx Loulou. HEX triplet: 4D, 17 and 42. RGB value is (77,23,66). Sum of RGB (Red+Green+Blue) = 77+23+66=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1742 is #B2E8BD. Grayscale: #2B2B2B. Windows color (decimal): -11724990 or 4331341. OLE color: 4331341.

HSL color Cylindrical-coordinate representation of color #4D1742: hue angle of 312.22º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D1742 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB772366-
CMYK00.700.140.70
HSL312.22º54%19.61%-
HSV(B)312.22º70.13%30.2%-
XYZ4.352.585.42-
YUV44.05140.39151.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=46.39%
G=13.86%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77236600.700.140.70312.225419.61
Hex4D1742046E461383614
Octal115271020106161064706624
Binary1001101101111000010010001101110100011010011100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,23,66); }

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

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

 a { background-color: rgb(77,23,66); }

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

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

 span { border-color: rgb(77,23,66); }

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