#473344

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

Shades of Loulou #473344

Tints of Loulou #473344

Color information

#473344 (or 0x473344) is unknown color: approx Loulou. HEX triplet: 47, 33 and 44. RGB value is (71,51,68). Sum of RGB (Red+Green+Blue) = 71+51+68=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473344 is #B8CCBB. Grayscale: #3A3A3A. Windows color (decimal): -12111036 or 4469575. OLE color: 4469575.

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

Color convert

RGB715168-
CMYK00.280.040.72
HSL309º16.39%23.92%-
HSV(B)309º28.17%27.84%-
XYZ4.834.126.01-
YUV58.92133.13136.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=37.37%
G=26.84%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71516800.280.040.7230916.3923.92
Hex47334401C4481351018
Octal1076310403441104652030
Binary1000111110011100010001110010010010001001101011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473344; }

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

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

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

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

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

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

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

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