#4D1645

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

Shades of Loulou #4D1645

Tints of Loulou #4D1645

Color information

#4D1645 (or 0x4D1645) is unknown color: approx Loulou. HEX triplet: 4D, 16 and 45. RGB value is (77,22,69). Sum of RGB (Red+Green+Blue) = 77+22+69=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1645 is #B2E9BA. Grayscale: #2B2B2B. Windows color (decimal): -11725243 or 4527693. OLE color: 4527693.

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

Color convert

RGB772269-
CMYK00.710.100.70
HSL308.73º55.56%19.41%-
HSV(B)308.73º71.43%30.2%-
XYZ4.422.585.9-
YUV43.8142.22151.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.83%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=45.83%
G=13.10%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77226900.710.100.70308.7355.5619.41
Hex4D1645047A461353813
Octal115261050107121064657023
Binary1001101101101000101010001111010100011010011010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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