#472844

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

Shades of Loulou #472844

Tints of Loulou #472844

Color information

#472844 (or 0x472844) is unknown color: approx Loulou. HEX triplet: 47, 28 and 44. RGB value is (71,40,68). Sum of RGB (Red+Green+Blue) = 71+40+68=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #472844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472844 is #B8D7BB. Grayscale: #343434. Windows color (decimal): -12113852 or 4466759. OLE color: 4466759.

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

Color convert

RGB714068-
CMYK00.440.040.72
HSL305.81º27.93%21.76%-
HSV(B)305.81º43.66%27.84%-
XYZ4.43.275.87-
YUV52.46136.77141.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=39.66%
G=22.35%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71406800.440.040.72305.8127.9321.76
Hex47284402C4481321c16
Octal1075010405441104623426
Binary10001111010001000100010110010010010001001100101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472844; }

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

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

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

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

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

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

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

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