#472444

Color #472444 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #472444

Tints of Loulou #472444

Color information

#472444 (or 0x472444) is unknown color: approx 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

RGB713668-
CMYK00.490.040.72
HSL305.14º32.71%20.98%-
HSV(B)305.14º49.3%27.84%-
XYZ4.273.025.83-
YUV50.11138.1142.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71366800.490.040.72305.1432.7120.98
Hex4724440314481312115
Octal1074410406141104614125
Binary100011110010010001000110001100100100010011000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>