#533247

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

Shades of Loulou #533247

Tints of Loulou #533247

Color information

#533247 (or 0x533247) is unknown color: approx Loulou. HEX triplet: 53, 32 and 47. RGB value is (83,50,71). Sum of RGB (Red+Green+Blue) = 83+50+71=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533247 is #ACCDB8. Grayscale: #3E3E3E. Windows color (decimal): -11324857 or 4665939. OLE color: 4665939.

HSL color Cylindrical-coordinate representation of color #533247: hue angle of 321.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533247 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB835071-
CMYK00.400.140.67
HSL321.82º24.81%26.08%-
HSV(B)321.82º39.76%32.55%-
XYZ5.854.586.54-
YUV62.26132.93142.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=40.69%
G=24.51%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83507100.400.140.67321.8224.8126.08
Hex533247028E43142191a
Octal12362107050161035023132
Binary101001111001010001110101000111010000111010000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533247; }

 p { color: rgb(83,50,71); }

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

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

 a { background-color: rgb(83,50,71); }

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

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

 span { border-color: rgb(83,50,71); }

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