Html Css Color HEX #4C2842 Loulou

📋 copy color: '#4C2842'

red 76 ◦ green 40 ◦ blue 66

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

Shades of Loulou #4C2842

Tints of Loulou #4C2842

RGB

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

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

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

R = 41.76%
G = 21.98%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#4C2842 (or 0x4C2842) is known color: Loulou. HEX triplet: 4C, 28 and 42. RGB value is (76,40,66). Sum of RGB (Red+Green+Blue) = 76+40+66=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2842 is #B3D7BD. Grayscale: #353535. Windows color (decimal): -11786174 or 4335692. OLE color: 4335692.

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

Color convert

RGB 76 40 66 -
CMYK 0 0.47 0.13 0.70
HSL 316.67º 0.31% 0.23% -
HSV(B) 316.67º 0.47% 0.3% -
XYZ 4.72 3.45 5.57 -
YUV 53.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 76 40 66 0 0.47 0.13 0.70 316.67 0.31 0.23
Hex 4C 28 42 0 2F D 46 13D 1F 17
Octal 114 50 102 0 57 15 106 475 37 27
Binary 1001100 101000 1000010 0 101111 1101 1000110 100111101 11111 10111

Color Harmonies of #4C2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2842

Black with #4C2842

Text Example


Text Example

White with #4C2842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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