#473345

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

Shades of Loulou #473345

Tints of Loulou #473345

Color information

#473345 (or 0x473345) is unknown color: approx Loulou. HEX triplet: 47, 33 and 45. RGB value is (71,51,69). Sum of RGB (Red+Green+Blue) = 71+51+69=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473345 is #B8CCBA. Grayscale: #3A3A3A. Windows color (decimal): -12111035 or 4535111. OLE color: 4535111.

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

Color convert

RGB715169-
CMYK00.280.030.72
HSL306º16.39%23.92%-
HSV(B)306º28.17%27.84%-
XYZ4.864.146.17-
YUV59.03133.63136.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=37.17%
G=26.70%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71516900.280.030.7230616.3923.92
Hex47334501C3481321018
Octal1076310503431104622030
Binary100011111001110001010111001110010001001100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473345; }

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

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

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

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

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

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

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

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