Html Css Color HEX #4C2545 Loulou

📋 copy color: '#4C2545'

red 76 ◦ green 37 ◦ blue 69

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

Shades of Loulou #4C2545

Tints of Loulou #4C2545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

 BLUE value IS 69 (27.34% from 255) = 37.91%

R = 41.76%
G = 20.33%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4C2545 (or 0x4C2545) is known color: Loulou. HEX triplet: 4C, 25 and 45. RGB value is (76,37,69). Sum of RGB (Red+Green+Blue) = 76+37+69=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2545 is #B3DABA. Grayscale: #343434. Windows color (decimal): -11786939 or 4531532. OLE color: 4531532.

HSL color Cylindrical-coordinate representation of color #4C2545: hue angle of 310.77º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2545 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 37 69 -
CMYK 0 0.51 0.09 0.70
HSL 310.77º 0.35% 0.22% -
HSV(B) 310.77º 0.51% 0.3% -
XYZ 4.72 3.29 6.02 -
YUV 52.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 76 37 69 0 0.51 0.09 0.70 310.77 0.35 0.22
Hex 4C 25 45 0 33 9 46 137 23 16
Octal 114 45 105 0 63 11 106 467 43 26
Binary 1001100 100101 1000101 0 110011 1001 1000110 100110111 100011 10110

Color Harmonies of #4C2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2545

Black with #4C2545

Text Example


Text Example

White with #4C2545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,37,69); }

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

background-color css

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

 a { background-color: rgb(76,37,69); }

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

border-color css

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

 span { border-color: rgb(76,37,69); }

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