Html Css Color HEX #4E2241 Loulou

📋 copy color: '#4E2241'

red 78 ◦ green 34 ◦ blue 65

#4E2241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #4E2241

Tints of Loulou #4E2241

RGB

 RED value IS 78 (30.86% from 255) = 44.07%

 GREEN value IS 34 (13.67% from 255) = 19.21%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 44.07%
G = 19.21%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E2241 (or 0x4E2241) is known color: Loulou. HEX triplet: 4E, 22 and 41. RGB value is (78,34,65). Sum of RGB (Red+Green+Blue) = 78+34+65=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2241 is #B1DDBE. Grayscale: #323232. Windows color (decimal): -11656639 or 4268622. OLE color: 4268622.

HSL color Cylindrical-coordinate representation of color #4E2241: hue angle of 317.73º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E2241 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 34 65 -
CMYK 0 0.56 0.17 0.69
HSL 317.73º 0.39% 0.22% -
HSV(B) 317.73º 0.56% 0.31% -
XYZ 4.67 3.15 5.36 -
YUV 50.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 78 34 65 0 0.56 0.17 0.69 317.73 0.39 0.22
Hex 4E 22 41 0 38 11 45 13E 27 16
Octal 116 42 101 0 70 21 105 476 47 26
Binary 1001110 100010 1000001 0 111000 10001 1000101 100111110 100111 10110

Color Harmonies of #4E2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2241

Black with #4E2241

Text Example


Text Example

White with #4E2241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,34,65); }

 H1.HeaderClassName
 {
   color: #4E2241;
 }
 .AnyTagClassName
 {
   color: #4E2241;
 }
</style>

background-color css

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

 a { background-color: rgb(78,34,65); }

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

border-color css

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

 span { border-color: rgb(78,34,65); }

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