Html Css Color HEX #4C2944 Loulou

📋 copy color: '#4C2944'

red 76 ◦ green 41 ◦ blue 68

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

Shades of Loulou #4C2944

Tints of Loulou #4C2944

RGB

 RED value IS 76 (30.08% from 255) = 41.08%

 GREEN value IS 41 (16.41% from 255) = 22.16%

 BLUE value IS 68 (26.95% from 255) = 36.76%

R = 41.08%
G = 22.16%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#4C2944 (or 0x4C2944) is known color: Loulou. HEX triplet: 4C, 29 and 44. RGB value is (76,41,68). Sum of RGB (Red+Green+Blue) = 76+41+68=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2944 is #B3D6BB. Grayscale: #363636. Windows color (decimal): -11785916 or 4467020. OLE color: 4467020.

HSL color Cylindrical-coordinate representation of color #4C2944: hue angle of 313.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C2944 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 41 68 -
CMYK 0 0.46 0.11 0.70
HSL 313.71º 0.3% 0.23% -
HSV(B) 313.71º 0.46% 0.3% -
XYZ 4.82 3.54 5.9 -
YUV 54.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 76 41 68 0 0.46 0.11 0.70 313.71 0.3 0.23
Hex 4C 29 44 0 2E B 46 13A 1E 17
Octal 114 51 104 0 56 13 106 472 36 27
Binary 1001100 101001 1000100 0 101110 1011 1000110 100111010 11110 10111

Color Harmonies of #4C2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2944

Black with #4C2944

Text Example


Text Example

White with #4C2944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,68); }

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

background-color css

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

 a { background-color: rgb(76,41,68); }

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

border-color css

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

 span { border-color: rgb(76,41,68); }

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