#533748

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

Shades of Loulou #533748

Tints of Loulou #533748

Color information

#533748 (or 0x533748) is unknown color: approx Loulou. HEX triplet: 53, 37 and 48. RGB value is (83,55,72). Sum of RGB (Red+Green+Blue) = 83+55+72=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #533748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533748 is #ACC8B7. Grayscale: #414141. Windows color (decimal): -11323576 or 4732755. OLE color: 4732755.

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

Color convert

RGB835572-
CMYK00.340.130.67
HSL323.57º20.29%27.06%-
HSV(B)323.57º33.73%32.55%-
XYZ6.15.046.78-
YUV65.31131.78140.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=39.52%
G=26.19%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83557200.340.130.67323.5720.2927.06
Hex533748022D43144141b
Octal12367110042151035042433
Binary101001111011110010000100010110110000111010001001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533748; }

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

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

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

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

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

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

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

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