Html Css Color HEX #472446 Loulou

📋 copy color: '#472446'

red 71 ◦ green 36 ◦ blue 70

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

Shades of Loulou #472446

Tints of Loulou #472446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 40.11%
G = 20.34%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#472446 (or 0x472446) is known color: Loulou. HEX triplet: 47, 24 and 46. RGB value is (71,36,70). Sum of RGB (Red+Green+Blue) = 71+36+70=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472446 is #B8DBB9. Grayscale: #323232. Windows color (decimal): -12114874 or 4596807. OLE color: 4596807.

HSL color Cylindrical-coordinate representation of color #472446: hue angle of 301.71º 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 #472446 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 70 -
CMYK 0 0.49 0.01 0.72
HSL 301.71º 0.33% 0.21% -
HSV(B) 301.71º 0.49% 0.28% -
XYZ 4.33 3.04 6.15 -
YUV 50.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 71 36 70 0 0.49 0.01 0.72 301.71 0.33 0.21
Hex 47 24 46 0 31 1 48 12E 21 15
Octal 107 44 106 0 61 1 110 456 41 25
Binary 1000111 100100 1000110 0 110001 1 1001000 100101110 100001 10101

Color Harmonies of #472446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472446

Black with #472446

Text Example


Text Example

White with #472446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472446; }

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

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

background-color css

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

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

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

border-color css

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

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

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