#472445

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

Shades of Loulou #472445

Tints of Loulou #472445

Color information

#472445 (or 0x472445) is unknown color: approx Loulou. HEX triplet: 47, 24 and 45. RGB value is (71,36,69). Sum of RGB (Red+Green+Blue) = 71+36+69=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472445 is #B8DBBA. Grayscale: #323232. Windows color (decimal): -12114875 or 4531271. OLE color: 4531271.

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

Color convert

RGB713669-
CMYK00.490.030.72
HSL303.43º32.71%20.98%-
HSV(B)303.43º49.3%27.84%-
XYZ4.33.035.99-
YUV50.23138.6142.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 69 (27.34% from 255) = 39.20%
R=40.34%
G=20.45%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71366900.490.030.72303.4332.7120.98
Hex47244503134812f2115
Octal1074410506131104574125
Binary10001111001001000101011000111100100010010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472445; }

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

 H1.HeaderClassName
 {
   color: #472445;
 }
 .AnyTagClassName
 {
   color: #472445;
 }
</style>
background-color css

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

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

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

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

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

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