Html Css Color HEX #472944 Loulou

📋 copy color: '#472944'

red 71 ◦ green 41 ◦ blue 68

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

Shades of Loulou #472944

Tints of Loulou #472944

RGB

 RED value IS 71 (28.13% from 255) = 39.44%

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

 BLUE value IS 68 (26.95% from 255) = 37.78%

R = 39.44%
G = 22.78%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#472944 (or 0x472944) is known color: Loulou. HEX triplet: 47, 29 and 44. RGB value is (71,41,68). Sum of RGB (Red+Green+Blue) = 71+41+68=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #472944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472944 is #B8D6BB. Grayscale: #343434. Windows color (decimal): -12113596 or 4467015. OLE color: 4467015.

HSL color Cylindrical-coordinate representation of color #472944: hue angle of 306º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472944 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 68 -
CMYK 0 0.42 0.04 0.72
HSL 306º 0.27% 0.22% -
HSV(B) 306º 0.42% 0.28% -
XYZ 4.43 3.34 5.88 -
YUV 53.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 71 41 68 0 0.42 0.04 0.72 306 0.27 0.22
Hex 47 29 44 0 2A 4 48 132 1B 16
Octal 107 51 104 0 52 4 110 462 33 26
Binary 1000111 101001 1000100 0 101010 100 1001000 100110010 11011 10110

Color Harmonies of #472944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472944

Black with #472944

Text Example


Text Example

White with #472944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472944; }

 p { color: rgb(71,41,68); }

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

background-color css

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

 a { background-color: rgb(71,41,68); }

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

border-color css

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

 span { border-color: rgb(71,41,68); }

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