#533449

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

Shades of Loulou #533449

Tints of Loulou #533449

Color information

#533449 (or 0x533449) is unknown color: approx Loulou. HEX triplet: 53, 34 and 49. RGB value is (83,52,73). Sum of RGB (Red+Green+Blue) = 83+52+73=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533449 is #ACCBB6. Grayscale: #3F3F3F. Windows color (decimal): -11324343 or 4797523. OLE color: 4797523.

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

Color convert

RGB835273-
CMYK00.370.120.67
HSL319.35º22.96%26.47%-
HSV(B)319.35º37.35%32.55%-
XYZ64.786.91-
YUV63.66133.27141.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=39.90%
G=25%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83527300.370.120.67319.3522.9626.47
Hex533449025C4313f171a
Octal12364111045141034772732
Binary101001111010010010010100101110010000111001111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533449; }

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

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

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

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

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

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

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

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