#472345

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

Shades of Loulou #472345

Tints of Loulou #472345

Color information

#472345 (or 0x472345) is unknown color: approx Loulou. HEX triplet: 47, 23 and 45. RGB value is (71,35,69). Sum of RGB (Red+Green+Blue) = 71+35+69=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472345 is #B8DCBA. Grayscale: #313131. Windows color (decimal): -12115131 or 4531015. OLE color: 4531015.

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

Color convert

RGB713569-
CMYK00.510.030.72
HSL303.33º33.96%20.78%-
HSV(B)303.33º50.7%27.84%-
XYZ4.272.975.98-
YUV49.64138.93143.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=40.57%
G=20%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71356900.510.030.72303.3333.9620.78
Hex47234503334812f2215
Octal1074310506331104574225
Binary10001111000111000101011001111100100010010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472345; }

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

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

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

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

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

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

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

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