Html Css Color HEX #4C2845 Loulou

📋 copy color: '#4C2845'

red 76 ◦ green 40 ◦ blue 69

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

Shades of Loulou #4C2845

Tints of Loulou #4C2845

RGB

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

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

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

R = 41.08%
G = 21.62%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4C2845 (or 0x4C2845) is known color: Loulou. HEX triplet: 4C, 28 and 45. RGB value is (76,40,69). Sum of RGB (Red+Green+Blue) = 76+40+69=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2845 is #B3D7BA. Grayscale: #353535. Windows color (decimal): -11786171 or 4532300. OLE color: 4532300.

HSL color Cylindrical-coordinate representation of color #4C2845: hue angle of 311.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 #4C2845 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 40 69 -
CMYK 0 0.47 0.09 0.70
HSL 311.67º 0.31% 0.23% -
HSV(B) 311.67º 0.47% 0.3% -
XYZ 4.81 3.48 6.05 -
YUV 54.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 76 40 69 0 0.47 0.09 0.70 311.67 0.31 0.23
Hex 4C 28 45 0 2F 9 46 138 1F 17
Octal 114 50 105 0 57 11 106 470 37 27
Binary 1001100 101000 1000101 0 101111 1001 1000110 100111000 11111 10111

Color Harmonies of #4C2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2845

Black with #4C2845

Text Example


Text Example

White with #4C2845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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