Html Css Color HEX #4E2C4B Loulou

📋 copy color: '#4E2C4B'

red 78 ◦ green 44 ◦ blue 75

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

Shades of Loulou #4E2C4B

Tints of Loulou #4E2C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 39.59%
G = 22.34%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E2C4B (or 0x4E2C4B) is known color: Loulou. HEX triplet: 4E, 2C and 4B. RGB value is (78,44,75). Sum of RGB (Red+Green+Blue) = 78+44+75=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C4B is #B1D3B4. Grayscale: #393939. Windows color (decimal): -11654069 or 4926542. OLE color: 4926542.

HSL color Cylindrical-coordinate representation of color #4E2C4B: hue angle of 305.29º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E2C4B is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 44 75 -
CMYK 0 0.44 0.04 0.69
HSL 305.29º 0.28% 0.24% -
HSV(B) 305.29º 0.44% 0.31% -
XYZ 5.31 3.93 7.13 -
YUV 57.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 78 44 75 0 0.44 0.04 0.69 305.29 0.28 0.24
Hex 4E 2C 4B 0 2C 4 45 131 1C 18
Octal 116 54 113 0 54 4 105 461 34 30
Binary 1001110 101100 1001011 0 101100 100 1000101 100110001 11100 11000

Color Harmonies of #4E2C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2C4B

Black with #4E2C4B

Text Example


Text Example

White with #4E2C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,44,75); }

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

background-color css

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

 a { background-color: rgb(78,44,75); }

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

border-color css

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

 span { border-color: rgb(78,44,75); }

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