#472745

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

Shades of Loulou #472745

Tints of Loulou #472745

Color information

#472745 (or 0x472745) is unknown color: approx Loulou. HEX triplet: 47, 27 and 45. RGB value is (71,39,69). Sum of RGB (Red+Green+Blue) = 71+39+69=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #472745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472745 is #B8D8BA. Grayscale: #333333. Windows color (decimal): -12114107 or 4532039. OLE color: 4532039.

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

Color convert

RGB713969-
CMYK00.450.030.72
HSL303.75º29.09%21.57%-
HSV(B)303.75º45.07%27.84%-
XYZ4.43.226.02-
YUV51.99137.6141.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=39.66%
G=21.79%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71396900.450.030.72303.7529.0921.57
Hex47274502D3481301d16
Octal1074710505531104603526
Binary1000111100111100010101011011110010001001100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472745; }

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

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

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

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

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

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

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

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