Html Css Color HEX #472444 Loulou

📋 copy color: '#472444'

red 71 ◦ green 36 ◦ blue 68

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

Shades of Loulou #472444

Tints of Loulou #472444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 40.57%
G = 20.57%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#472444 (or 0x472444) is known color: Loulou. HEX triplet: 47, 24 and 44. RGB value is (71,36,68). Sum of RGB (Red+Green+Blue) = 71+36+68=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472444 is #B8DBBB. Grayscale: #323232. Windows color (decimal): -12114876 or 4465735. OLE color: 4465735.

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

Color convert

RGB 71 36 68 -
CMYK 0 0.49 0.04 0.72
HSL 305.14º 0.33% 0.21% -
HSV(B) 305.14º 0.49% 0.28% -
XYZ 4.27 3.02 5.83 -
YUV 50.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 71 36 68 0 0.49 0.04 0.72 305.14 0.33 0.21
Hex 47 24 44 0 31 4 48 131 21 15
Octal 107 44 104 0 61 4 110 461 41 25
Binary 1000111 100100 1000100 0 110001 100 1001000 100110001 100001 10101

Color Harmonies of #472444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472444

Black with #472444

Text Example


Text Example

White with #472444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472444; }

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

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

background-color css

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

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

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

border-color css

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

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

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