#533447

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

Shades of Loulou #533447

Tints of Loulou #533447

Color information

#533447 (or 0x533447) is unknown color: approx Loulou. HEX triplet: 53, 34 and 47. RGB value is (83,52,71). Sum of RGB (Red+Green+Blue) = 83+52+71=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533447 is #ACCBB8. Grayscale: #3F3F3F. Windows color (decimal): -11324345 or 4666451. OLE color: 4666451.

HSL color Cylindrical-coordinate representation of color #533447: hue angle of 323.23º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #533447 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB835271-
CMYK00.370.140.67
HSL323.23º22.96%26.47%-
HSV(B)323.23º37.35%32.55%-
XYZ5.934.756.57-
YUV63.43132.27141.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=40.29%
G=25.24%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83527100.370.140.67323.2322.9626.47
Hex533447025E43143171a
Octal12364107045161035032732
Binary101001111010010001110100101111010000111010000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533447; }

 p { color: rgb(83,52,71); }

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

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

 a { background-color: rgb(83,52,71); }

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

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

 span { border-color: rgb(83,52,71); }

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