Html Css Color HEX #4C2B48 Loulou

📋 copy color: '#4C2B48'

red 76 ◦ green 43 ◦ blue 72

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

Shades of Loulou #4C2B48

Tints of Loulou #4C2B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 39.79%
G = 22.51%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4C2B48 (or 0x4C2B48) is known color: Loulou. HEX triplet: 4C, 2B and 48. RGB value is (76,43,72). Sum of RGB (Red+Green+Blue) = 76+43+72=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B48 is #B3D4B7. Grayscale: #383838. Windows color (decimal): -11785400 or 4729676. OLE color: 4729676.

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

Color convert

RGB 76 43 72 -
CMYK 0 0.43 0.05 0.70
HSL 307.27º 0.28% 0.23% -
HSV(B) 307.27º 0.43% 0.3% -
XYZ 5.01 3.73 6.59 -
YUV 56.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 76 43 72 0 0.43 0.05 0.70 307.27 0.28 0.23
Hex 4C 2B 48 0 2B 5 46 133 1C 17
Octal 114 53 110 0 53 5 106 463 34 27
Binary 1001100 101011 1001000 0 101011 101 1000110 100110011 11100 10111

Color Harmonies of #4C2B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B48

Black with #4C2B48

Text Example


Text Example

White with #4C2B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,43,72); }

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

background-color css

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

 a { background-color: rgb(76,43,72); }

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

border-color css

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

 span { border-color: rgb(76,43,72); }

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