#533349

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

Shades of Loulou #533349

Tints of Loulou #533349

Color information

#533349 (or 0x533349) is unknown color: approx Loulou. HEX triplet: 53, 33 and 49. RGB value is (83,51,73). Sum of RGB (Red+Green+Blue) = 83+51+73=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #533349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533349 is #ACCCB6. Grayscale: #3F3F3F. Windows color (decimal): -11324599 or 4797267. OLE color: 4797267.

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

Color convert

RGB835173-
CMYK00.390.120.67
HSL318.75º23.88%26.27%-
HSV(B)318.75º38.55%32.55%-
XYZ5.954.696.89-
YUV63.08133.6142.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=40.10%
G=24.64%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83517300.390.120.67318.7523.8826.27
Hex533349027C4313f181a
Octal12363111047141034773032
Binary101001111001110010010100111110010000111001111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533349; }

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

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

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

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

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

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

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

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