Html Css Color HEX #4C2942 Loulou

📋 copy color: '#4C2942'

red 76 ◦ green 41 ◦ blue 66

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

Shades of Loulou #4C2942

Tints of Loulou #4C2942

RGB

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

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

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

R = 41.53%
G = 22.4%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4C2942 (or 0x4C2942) is known color: Loulou. HEX triplet: 4C, 29 and 42. RGB value is (76,41,66). Sum of RGB (Red+Green+Blue) = 76+41+66=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2942 is #B3D6BD. Grayscale: #363636. Windows color (decimal): -11785918 or 4335948. OLE color: 4335948.

HSL color Cylindrical-coordinate representation of color #4C2942: hue angle of 317.14º 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 #4C2942 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 41 66 -
CMYK 0 0.46 0.13 0.70
HSL 317.14º 0.3% 0.23% -
HSV(B) 317.14º 0.46% 0.3% -
XYZ 4.76 3.52 5.58 -
YUV 54.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 76 41 66 0 0.46 0.13 0.70 317.14 0.3 0.23
Hex 4C 29 42 0 2E D 46 13D 1E 17
Octal 114 51 102 0 56 15 106 475 36 27
Binary 1001100 101001 1000010 0 101110 1101 1000110 100111101 11110 10111

Color Harmonies of #4C2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2942

Black with #4C2942

Text Example


Text Example

White with #4C2942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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