#4E1343

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

Shades of Loulou #4E1343

Tints of Loulou #4E1343

Color information

#4E1343 (or 0x4E1343) is unknown color: approx Loulou. HEX triplet: 4E, 13 and 43. RGB value is (78,19,67). Sum of RGB (Red+Green+Blue) = 78+19+67=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1343 is #B1ECBC. Grayscale: #292929. Windows color (decimal): -11660477 or 4395854. OLE color: 4395854.

HSL color Cylindrical-coordinate representation of color #4E1343: hue angle of 311.19º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1343 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB781967-
CMYK00.760.140.69
HSL311.19º60.82%19.02%-
HSV(B)311.19º75.64%30.59%-
XYZ4.392.495.56-
YUV42.11142.05153.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.56%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 67 (26.56% from 255) = 40.85%
R=47.56%
G=11.59%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78196700.760.140.69311.1960.8219.02
Hex4E134304CE451373d13
Octal116231030114161054677523
Binary1001110100111000011010011001110100010110011011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,19,67); }

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

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

 a { background-color: rgb(78,19,67); }

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

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

 span { border-color: rgb(78,19,67); }

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