#533749

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

Shades of Loulou #533749

Tints of Loulou #533749

Color information

#533749 (or 0x533749) is unknown color: approx Loulou. HEX triplet: 53, 37 and 49. RGB value is (83,55,73). Sum of RGB (Red+Green+Blue) = 83+55+73=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533749 is #ACC8B6. Grayscale: #414141. Windows color (decimal): -11323575 or 4798291. OLE color: 4798291.

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

Color convert

RGB835573-
CMYK00.340.120.67
HSL321.43º20.29%27.06%-
HSV(B)321.43º33.73%32.55%-
XYZ6.145.056.96-
YUV65.42132.28140.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=39.34%
G=26.07%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83557300.340.120.67321.4320.2927.06
Hex533749022C43141141b
Octal12367111042141035012433
Binary101001111011110010010100010110010000111010000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533749; }

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

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

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

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

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

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

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

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