Html Css Color HEX #4E2842 Loulou

📋 copy color: '#4E2842'

red 78 ◦ green 40 ◦ blue 66

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

Shades of Loulou #4E2842

Tints of Loulou #4E2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

 BLUE value IS 66 (26.17% from 255) = 35.87%

R = 42.39%
G = 21.74%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4E2842 (or 0x4E2842) is known color: Loulou. HEX triplet: 4E, 28 and 42. RGB value is (78,40,66). Sum of RGB (Red+Green+Blue) = 78+40+66=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2842 is #B1D7BD. Grayscale: #363636. Windows color (decimal): -11655102 or 4335694. OLE color: 4335694.

HSL color Cylindrical-coordinate representation of color #4E2842: hue angle of 318.95º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2842 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 40 66 -
CMYK 0 0.49 0.15 0.69
HSL 318.95º 0.32% 0.23% -
HSV(B) 318.95º 0.49% 0.31% -
XYZ 4.88 3.53 5.58 -
YUV 54.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 78 40 66 0 0.49 0.15 0.69 318.95 0.32 0.23
Hex 4E 28 42 0 31 F 45 13F 20 17
Octal 116 50 102 0 61 17 105 477 40 27
Binary 1001110 101000 1000010 0 110001 1111 1000101 100111111 100000 10111

Color Harmonies of #4E2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2842

Black with #4E2842

Text Example


Text Example

White with #4E2842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,40,66); }

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

background-color css

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

 a { background-color: rgb(78,40,66); }

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

border-color css

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

 span { border-color: rgb(78,40,66); }

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