#473244

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

Shades of Loulou #473244

Tints of Loulou #473244

Color information

#473244 (or 0x473244) is unknown color: approx Loulou. HEX triplet: 47, 32 and 44. RGB value is (71,50,68). Sum of RGB (Red+Green+Blue) = 71+50+68=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473244 is #B8CDBB. Grayscale: #3A3A3A. Windows color (decimal): -12111292 or 4469319. OLE color: 4469319.

HSL color Cylindrical-coordinate representation of color #473244: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473244 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB715068-
CMYK00.300.040.72
HSL308.57º17.36%23.73%-
HSV(B)308.57º29.58%27.84%-
XYZ4.784.046-
YUV58.33133.46137.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=37.57%
G=26.46%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71506800.300.040.72308.5717.3623.73
Hex47324401E4481351118
Octal1076210403641104652130
Binary1000111110010100010001111010010010001001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473244; }

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

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

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

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

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

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

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

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