#472845

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

Shades of Loulou #472845

Tints of Loulou #472845

Color information

#472845 (or 0x472845) is unknown color: approx Loulou. HEX triplet: 47, 28 and 45. RGB value is (71,40,69). Sum of RGB (Red+Green+Blue) = 71+40+69=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #472845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472845 is #B8D7BA. Grayscale: #343434. Windows color (decimal): -12113851 or 4532295. OLE color: 4532295.

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

Color convert

RGB714069-
CMYK00.440.030.72
HSL303.87º27.93%21.76%-
HSV(B)303.87º43.66%27.84%-
XYZ4.433.296.03-
YUV52.58137.27141.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=39.44%
G=22.22%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71406900.440.030.72303.8727.9321.76
Hex47284502C3481301c16
Octal1075010505431104603426
Binary1000111101000100010101011001110010001001100001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472845; }

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

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

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

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

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

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

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

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