#533446

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

Shades of Loulou #533446

Tints of Loulou #533446

Color information

#533446 (or 0x533446) is unknown color: approx Loulou. HEX triplet: 53, 34 and 46. RGB value is (83,52,70). Sum of RGB (Red+Green+Blue) = 83+52+70=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533446 is #ACCBB9. Grayscale: #3F3F3F. Windows color (decimal): -11324346 or 4600915. OLE color: 4600915.

HSL color Cylindrical-coordinate representation of color #533446: hue angle of 325.16º 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 #533446 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB835270-
CMYK00.370.160.67
HSL325.16º22.96%26.47%-
HSV(B)325.16º37.35%32.55%-
XYZ5.94.746.4-
YUV63.32131.77142.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=40.49%
G=25.37%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83527000.370.160.67325.1622.9626.47
Hex5334460251043145171a
Octal12364106045201035052732
Binary1010011110100100011001001011000010000111010001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533446; }

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

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

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

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

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

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

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

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