#473245

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

Shades of Loulou #473245

Tints of Loulou #473245

Color information

#473245 (or 0x473245) is unknown color: approx Loulou. HEX triplet: 47, 32 and 45. RGB value is (71,50,69). Sum of RGB (Red+Green+Blue) = 71+50+69=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473245 is #B8CDBA. Grayscale: #3A3A3A. Windows color (decimal): -12111291 or 4534855. OLE color: 4534855.

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

Color convert

RGB715069-
CMYK00.300.030.72
HSL305.71º17.36%23.73%-
HSV(B)305.71º29.58%27.84%-
XYZ4.814.056.16-
YUV58.44133.96136.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=37.37%
G=26.32%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71506900.300.030.72305.7117.3623.73
Hex47324501E3481321118
Octal1076210503631104622130
Binary100011111001010001010111101110010001001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473245; }

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

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

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

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

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

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

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

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