#533949

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

Shades of Loulou #533949

Tints of Loulou #533949

Color information

#533949 (or 0x533949) is unknown color: approx Loulou. HEX triplet: 53, 39 and 49. RGB value is (83,57,73). Sum of RGB (Red+Green+Blue) = 83+57+73=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #533949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533949 is #ACC6B6. Grayscale: #424242. Windows color (decimal): -11323063 or 4798803. OLE color: 4798803.

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

Color convert

RGB835773-
CMYK00.310.120.67
HSL323.08º18.57%27.45%-
HSV(B)323.08º31.33%32.55%-
XYZ6.235.256.99-
YUV66.6131.61139.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=38.97%
G=26.76%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83577300.310.120.67323.0818.5727.45
Hex53394901FC43143131b
Octal12371111037141035032333
Binary10100111110011001001011111110010000111010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533949; }

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

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

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

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

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

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

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

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